Html Css Color HEX #AF99D9 Biloba Flower

📋 copy color: '#AF99D9'

red 175 ◦ green 153 ◦ blue 217

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

Shades of Biloba Flower #AF99D9

Tints of Biloba Flower #AF99D9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.07%

 BLUE value IS 217 (85.16% from 255) = 39.82%

R = 32.11%
G = 28.07%
B = 39.82%

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

#AF99D9 (or 0xAF99D9) is known color: Biloba Flower. HEX triplet: AF, 99 and D9. RGB value is (175,153,217). Sum of RGB (Red+Green+Blue) = 175+153+217=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF99D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99D9 is #506626. Grayscale: #A6A6A6. Windows color (decimal): -5269031 or 14260655. OLE color: 14260655.

HSL color Cylindrical-coordinate representation of color #AF99D9: hue angle of 260.62º degrees, saturation: 0.46, 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 #AF99D9 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 153 217 -
CMYK 0.19 0.29 0 0.15
HSL 260.63º 0.46% 0.73% -
HSV(B) 260.63º 0.29% 0.85% -
XYZ 41.59 36.91 70.58 -
YUV 166.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 175 153 217 0.19 0.29 0 0.15 260.63 0.46 0.73
Hex AF 99 D9 13 1D 0 F 105 2E 49
Octal 257 231 331 23 35 0 17 405 56 111
Binary 10101111 10011001 11011001 10011 11101 0 1111 100000101 101110 1001001

Color Harmonies of #AF99D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99D9

Black with #AF99D9

Text Example


Text Example

White with #AF99D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99D9; }

 p { color: rgb(175,153,217); }

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

background-color css

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

 a { background-color: rgb(175,153,217); }

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

border-color css

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

 span { border-color: rgb(175,153,217); }

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