Html Css Color HEX #AF9AE7 Biloba Flower

📋 copy color: '#AF9AE7'

red 175 ◦ green 154 ◦ blue 231

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

Shades of Biloba Flower #AF9AE7

Tints of Biloba Flower #AF9AE7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.5%

 BLUE value IS 231 (90.63% from 255) = 41.25%

R = 31.25%
G = 27.5%
B = 41.25%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF9AE7 (or 0xAF9AE7) is known color: Biloba Flower. HEX triplet: AF, 9A and E7. RGB value is (175,154,231). Sum of RGB (Red+Green+Blue) = 175+154+231=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF9AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9AE7 is #506518. Grayscale: #A8A8A8. Windows color (decimal): -5268761 or 15178415. OLE color: 15178415.

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

Color convert

RGB 175 154 231 -
CMYK 0.24 0.33 0 0.09
HSL 256.36º 0.62% 0.75% -
HSV(B) 256.36º 0.33% 0.91% -
XYZ 43.66 37.99 80.63 -
YUV 169.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 175 154 231 0.24 0.33 0 0.09 256.36 0.62 0.75
Hex AF 9A E7 18 21 0 9 100 3E 4B
Octal 257 232 347 30 41 0 11 400 76 113
Binary 10101111 10011010 11100111 11000 100001 0 1001 100000000 111110 1001011

Color Harmonies of #AF9AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9AE7

Black with #AF9AE7

Text Example


Text Example

White with #AF9AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9AE7; }

 p { color: rgb(175,154,231); }

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

background-color css

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

 a { background-color: rgb(175,154,231); }

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

border-color css

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

 span { border-color: rgb(175,154,231); }

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