Html Css Color HEX #AFA0EA Biloba Flower

📋 copy color: '#AFA0EA'

red 175 ◦ green 160 ◦ blue 234

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

Shades of Biloba Flower #AFA0EA

Tints of Biloba Flower #AFA0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 30.76%
G = 28.12%
B = 41.12%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFA0EA (or 0xAFA0EA) is known color: Biloba Flower. HEX triplet: AF, A0 and EA. RGB value is (175,160,234). Sum of RGB (Red+Green+Blue) = 175+160+234=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFA0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA0EA is #505F15. Grayscale: #ACACAC. Windows color (decimal): -5267222 or 15376559. OLE color: 15376559.

HSL color Cylindrical-coordinate representation of color #AFA0EA: hue angle of 252.16º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFA0EA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 160 234 -
CMYK 0.25 0.32 0 0.08
HSL 252.16º 0.64% 0.77% -
HSV(B) 252.16º 0.32% 0.92% -
XYZ 45.1 40.2 83.22 -
YUV 172.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 175 160 234 0.25 0.32 0 0.08 252.16 0.64 0.77
Hex AF A0 EA 19 20 0 8 FC 40 4D
Octal 257 240 352 31 40 0 10 374 100 115
Binary 10101111 10100000 11101010 11001 100000 0 1000 11111100 1000000 1001101

Color Harmonies of #AFA0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA0EA

Black with #AFA0EA

Text Example


Text Example

White with #AFA0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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