Html Css Color HEX #AFA0E2 Biloba Flower

📋 copy color: '#AFA0E2'

red 175 ◦ green 160 ◦ blue 226

#AFA0E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AFA0E2

Tints of Biloba Flower #AFA0E2

RGB

 RED value IS 175 (68.75% from 255) = 31.19%

 GREEN value IS 160 (62.89% from 255) = 28.52%

 BLUE value IS 226 (88.67% from 255) = 40.29%

R = 31.19%
G = 28.52%
B = 40.29%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFA0E2 (or 0xAFA0E2) is known color: Biloba Flower. HEX triplet: AF, A0 and E2. RGB value is (175,160,226). Sum of RGB (Red+Green+Blue) = 175+160+226=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFA0E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0E2 is #505F1D. Grayscale: #ABABAB. Windows color (decimal): -5267230 or 14852271. OLE color: 14852271.

HSL color Cylindrical-coordinate representation of color #AFA0E2: hue angle of 253.64º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFA0E2 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 160 226 -
CMYK 0.23 0.29 0 0.11
HSL 253.64º 0.53% 0.76% -
HSV(B) 253.64º 0.29% 0.89% -
XYZ 43.98 39.75 77.31 -
YUV 172.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 175 160 226 0.23 0.29 0 0.11 253.64 0.53 0.76
Hex AF A0 E2 17 1D 0 B FE 35 4C
Octal 257 240 342 27 35 0 13 376 65 114
Binary 10101111 10100000 11100010 10111 11101 0 1011 11111110 110101 1001100

Color Harmonies of #AFA0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA0E2

Black with #AFA0E2

Text Example


Text Example

White with #AFA0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA0E2; }

 p { color: rgb(175,160,226); }

 H1.HeaderClassName
 {
   color: #AFA0E2;
 }
 .AnyTagClassName
 {
   color: #AFA0E2;
 }
</style>

background-color css

<style>
 a { background-color: #AFA0E2; }

 a { background-color: rgb(175,160,226); }

 div.DivClassName
 {
   background-color: #AFA0E2;
 }
 .BgClassName
 {
   background-color: #AFA0E2;
 }
</style>

border-color css

<style>
 span { border-color: #AFA0E2; }

 span { border-color: rgb(175,160,226); }

 td.TdClassName
 {
   border-color: #AFA0E2;
 }
 .TagClassName
 {
   border-color: #AFA0E2;
 }
</style>