Html Css Color HEX #AF9CE9 Biloba Flower

📋 copy color: '#AF9CE9'

red 175 ◦ green 156 ◦ blue 233

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

Shades of Biloba Flower #AF9CE9

Tints of Biloba Flower #AF9CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.31%

R = 31.03%
G = 27.66%
B = 41.31%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF9CE9 (or 0xAF9CE9) is known color: Biloba Flower. HEX triplet: AF, 9C and E9. RGB value is (175,156,233). Sum of RGB (Red+Green+Blue) = 175+156+233=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF9CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9CE9 is #506316. Grayscale: #AAAAAA. Windows color (decimal): -5268247 or 15309999. OLE color: 15309999.

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

Color convert

RGB 175 156 233 -
CMYK 0.25 0.33 0 0.09
HSL 254.81º 0.64% 0.76% -
HSV(B) 254.81º 0.33% 0.91% -
XYZ 44.28 38.77 82.24 -
YUV 170.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 175 156 233 0.25 0.33 0 0.09 254.81 0.64 0.76
Hex AF 9C E9 19 21 0 9 FF 40 4C
Octal 257 234 351 31 41 0 11 377 100 114
Binary 10101111 10011100 11101001 11001 100001 0 1001 11111111 1000000 1001100

Color Harmonies of #AF9CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CE9

Black with #AF9CE9

Text Example


Text Example

White with #AF9CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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