Html Css Color HEX #AF99D6 Biloba Flower

📋 copy color: '#AF99D6'

red 175 ◦ green 153 ◦ blue 214

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

Shades of Biloba Flower #AF99D6

Tints of Biloba Flower #AF99D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.48%

R = 32.29%
G = 28.23%
B = 39.48%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF99D6 (or 0xAF99D6) is known color: Biloba Flower. HEX triplet: AF, 99 and D6. RGB value is (175,153,214). Sum of RGB (Red+Green+Blue) = 175+153+214=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF99D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99D6 is #506629. Grayscale: #A6A6A6. Windows color (decimal): -5269034 or 14064047. OLE color: 14064047.

HSL color Cylindrical-coordinate representation of color #AF99D6: hue angle of 261.64º degrees, saturation: 0.43, 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 #AF99D6 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 153 214 -
CMYK 0.18 0.29 0 0.16
HSL 261.64º 0.43% 0.72% -
HSV(B) 261.64º 0.29% 0.84% -
XYZ 41.21 36.75 68.54 -
YUV 166.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 175 153 214 0.18 0.29 0 0.16 261.64 0.43 0.72
Hex AF 99 D6 12 1D 0 10 106 2B 48
Octal 257 231 326 22 35 0 20 406 53 110
Binary 10101111 10011001 11010110 10010 11101 0 10000 100000110 101011 1001000

Color Harmonies of #AF99D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99D6

Black with #AF99D6

Text Example


Text Example

White with #AF99D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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