Html Css Color HEX #AFA0E0 Biloba Flower

📋 copy color: '#AFA0E0'

red 175 ◦ green 160 ◦ blue 224

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

Shades of Biloba Flower #AFA0E0

Tints of Biloba Flower #AFA0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.07%

R = 31.31%
G = 28.62%
B = 40.07%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AFA0E0 (or 0xAFA0E0) is known color: Biloba Flower. HEX triplet: AF, A0 and E0. RGB value is (175,160,224). Sum of RGB (Red+Green+Blue) = 175+160+224=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFA0E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0E0 is #505F1F. Grayscale: #ABABAB. Windows color (decimal): -5267232 or 14721199. OLE color: 14721199.

HSL color Cylindrical-coordinate representation of color #AFA0E0: hue angle of 254.06º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFA0E0 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 160 224 -
CMYK 0.22 0.29 0 0.12
HSL 254.06º 0.51% 0.75% -
HSV(B) 254.06º 0.29% 0.88% -
XYZ 43.7 39.64 75.87 -
YUV 171.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 175 160 224 0.22 0.29 0 0.12 254.06 0.51 0.75
Hex AF A0 E0 16 1D 0 C FE 33 4B
Octal 257 240 340 26 35 0 14 376 63 113
Binary 10101111 10100000 11100000 10110 11101 0 1100 11111110 110011 1001011

Color Harmonies of #AFA0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA0E0

Black with #AFA0E0

Text Example


Text Example

White with #AFA0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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