Html Css Color HEX #AF9AD8 Biloba Flower

📋 copy color: '#AF9AD8'

red 175 ◦ green 154 ◦ blue 216

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

Shades of Biloba Flower #AF9AD8

Tints of Biloba Flower #AF9AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.63%

R = 32.11%
G = 28.26%
B = 39.63%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF9AD8 (or 0xAF9AD8) is known color: Biloba Flower. HEX triplet: AF, 9A and D8. RGB value is (175,154,216). Sum of RGB (Red+Green+Blue) = 175+154+216=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF9AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AD8 is #506527. Grayscale: #A7A7A7. Windows color (decimal): -5268776 or 14195375. OLE color: 14195375.

HSL color Cylindrical-coordinate representation of color #AF9AD8: hue angle of 260.32º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF9AD8 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 154 216 -
CMYK 0.19 0.29 0 0.15
HSL 260.32º 0.44% 0.73% -
HSV(B) 260.32º 0.29% 0.85% -
XYZ 41.63 37.18 69.95 -
YUV 167.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 175 154 216 0.19 0.29 0 0.15 260.32 0.44 0.73
Hex AF 9A D8 13 1D 0 F 104 2C 49
Octal 257 232 330 23 35 0 17 404 54 111
Binary 10101111 10011010 11011000 10011 11101 0 1111 100000100 101100 1001001

Color Harmonies of #AF9AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9AD8

Black with #AF9AD8

Text Example


Text Example

White with #AF9AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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