Html Css Color HEX #AF9CEA Biloba Flower

📋 copy color: '#AF9CEA'

red 175 ◦ green 156 ◦ blue 234

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

Shades of Biloba Flower #AF9CEA

Tints of Biloba Flower #AF9CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.61%

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

R = 30.97%
G = 27.61%
B = 41.42%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF9CEA (or 0xAF9CEA) is known color: Biloba Flower. HEX triplet: AF, 9C and EA. RGB value is (175,156,234). Sum of RGB (Red+Green+Blue) = 175+156+234=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF9CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9CEA is #506315. Grayscale: #AAAAAA. Windows color (decimal): -5268246 or 15375535. OLE color: 15375535.

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

Color convert

RGB 175 156 234 -
CMYK 0.25 0.33 0 0.08
HSL 254.62º 0.65% 0.76% -
HSV(B) 254.62º 0.33% 0.92% -
XYZ 44.42 38.83 83 -
YUV 170.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 175 156 234 0.25 0.33 0 0.08 254.62 0.65 0.76
Hex AF 9C EA 19 21 0 8 FF 41 4C
Octal 257 234 352 31 41 0 10 377 101 114
Binary 10101111 10011100 11101010 11001 100001 0 1000 11111111 1000001 1001100

Color Harmonies of #AF9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CEA

Black with #AF9CEA

Text Example


Text Example

White with #AF9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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