Html Css Color HEX #AF99D0 Biloba Flower

📋 copy color: '#AF99D0'

red 175 ◦ green 153 ◦ blue 208

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

Shades of Biloba Flower #AF99D0

Tints of Biloba Flower #AF99D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.81%

R = 32.65%
G = 28.54%
B = 38.81%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF99D0 (or 0xAF99D0) is known color: Biloba Flower. HEX triplet: AF, 99 and D0. RGB value is (175,153,208). Sum of RGB (Red+Green+Blue) = 175+153+208=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF99D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99D0 is #50662F. Grayscale: #A5A5A5. Windows color (decimal): -5269040 or 13670831. OLE color: 13670831.

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

Color convert

RGB 175 153 208 -
CMYK 0.16 0.26 0 0.18
HSL 264º 0.37% 0.71% -
HSV(B) 264º 0.26% 0.82% -
XYZ 40.46 36.45 64.58 -
YUV 165.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 175 153 208 0.16 0.26 0 0.18 264 0.37 0.71
Hex AF 99 D0 10 1A 0 12 108 25 47
Octal 257 231 320 20 32 0 22 410 45 107
Binary 10101111 10011001 11010000 10000 11010 0 10010 100001000 100101 1000111

Color Harmonies of #AF99D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99D0

Black with #AF99D0

Text Example


Text Example

White with #AF99D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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