Html Css Color HEX #AF99D1 Biloba Flower

📋 copy color: '#AF99D1'

red 175 ◦ green 153 ◦ blue 209

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

Shades of Biloba Flower #AF99D1

Tints of Biloba Flower #AF99D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 32.59%
G = 28.49%
B = 38.92%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF99D1 (or 0xAF99D1) is known color: Biloba Flower. HEX triplet: AF, 99 and D1. RGB value is (175,153,209). Sum of RGB (Red+Green+Blue) = 175+153+209=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF99D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99D1 is #50662E. Grayscale: #A5A5A5. Windows color (decimal): -5269039 or 13736367. OLE color: 13736367.

HSL color Cylindrical-coordinate representation of color #AF99D1: hue angle of 263.57º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF99D1 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 153 209 -
CMYK 0.16 0.27 0 0.18
HSL 263.57º 0.38% 0.71% -
HSV(B) 263.57º 0.27% 0.82% -
XYZ 40.58 36.5 65.23 -
YUV 165.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 175 153 209 0.16 0.27 0 0.18 263.57 0.38 0.71
Hex AF 99 D1 10 1B 0 12 108 26 47
Octal 257 231 321 20 33 0 22 410 46 107
Binary 10101111 10011001 11010001 10000 11011 0 10010 100001000 100110 1000111

Color Harmonies of #AF99D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99D1

Black with #AF99D1

Text Example


Text Example

White with #AF99D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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