Html Css Color HEX #AF99C9 Biloba Flower

📋 copy color: '#AF99C9'

red 175 ◦ green 153 ◦ blue 201

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

Shades of Biloba Flower #AF99C9

Tints of Biloba Flower #AF99C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38%

R = 33.08%
G = 28.92%
B = 38%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF99C9 (or 0xAF99C9) is known color: Biloba Flower. HEX triplet: AF, 99 and C9. RGB value is (175,153,201). Sum of RGB (Red+Green+Blue) = 175+153+201=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF99C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99C9 is #506636. Grayscale: #A4A4A4. Windows color (decimal): -5269047 or 13212079. OLE color: 13212079.

HSL color Cylindrical-coordinate representation of color #AF99C9: hue angle of 267.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF99C9 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 153 201 -
CMYK 0.13 0.24 0 0.21
HSL 267.5º 0.31% 0.69% -
HSV(B) 267.5º 0.24% 0.79% -
XYZ 39.61 36.11 60.14 -
YUV 165.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 175 153 201 0.13 0.24 0 0.21 267.5 0.31 0.69
Hex AF 99 C9 D 18 0 15 10C 1F 45
Octal 257 231 311 15 30 0 25 414 37 105
Binary 10101111 10011001 11001001 1101 11000 0 10101 100001100 11111 1000101

Color Harmonies of #AF99C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99C9

Black with #AF99C9

Text Example


Text Example

White with #AF99C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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