Html Css Color HEX #AF99D7 Biloba Flower

📋 copy color: '#AF99D7'

red 175 ◦ green 153 ◦ blue 215

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

Shades of Biloba Flower #AF99D7

Tints of Biloba Flower #AF99D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.59%

R = 32.23%
G = 28.18%
B = 39.59%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF99D7 (or 0xAF99D7) is known color: Biloba Flower. HEX triplet: AF, 99 and D7. RGB value is (175,153,215). Sum of RGB (Red+Green+Blue) = 175+153+215=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF99D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99D7 is #506628. Grayscale: #A6A6A6. Windows color (decimal): -5269033 or 14129583. OLE color: 14129583.

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

Color convert

RGB 175 153 215 -
CMYK 0.19 0.29 0 0.16
HSL 261.29º 0.44% 0.72% -
HSV(B) 261.29º 0.29% 0.84% -
XYZ 41.34 36.8 69.21 -
YUV 166.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 175 153 215 0.19 0.29 0 0.16 261.29 0.44 0.72
Hex AF 99 D7 13 1D 0 10 105 2C 48
Octal 257 231 327 23 35 0 20 405 54 110
Binary 10101111 10011001 11010111 10011 11101 0 10000 100000101 101100 1001000

Color Harmonies of #AF99D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99D7

Black with #AF99D7

Text Example


Text Example

White with #AF99D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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