Html Css Color HEX #AF99C7 Biloba Flower

📋 copy color: '#AF99C7'

red 175 ◦ green 153 ◦ blue 199

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

Shades of Biloba Flower #AF99C7

Tints of Biloba Flower #AF99C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.76%

R = 33.21%
G = 29.03%
B = 37.76%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF99C7 (or 0xAF99C7) is known color: Biloba Flower. HEX triplet: AF, 99 and C7. RGB value is (175,153,199). Sum of RGB (Red+Green+Blue) = 175+153+199=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF99C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99C7 is #506638. Grayscale: #A4A4A4. Windows color (decimal): -5269049 or 13081007. OLE color: 13081007.

HSL color Cylindrical-coordinate representation of color #AF99C7: hue angle of 268.7º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF99C7 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 153 199 -
CMYK 0.12 0.23 0 0.22
HSL 268.7º 0.29% 0.69% -
HSV(B) 268.7º 0.23% 0.78% -
XYZ 39.38 36.02 58.91 -
YUV 164.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 175 153 199 0.12 0.23 0 0.22 268.7 0.29 0.69
Hex AF 99 C7 C 17 0 16 10D 1D 45
Octal 257 231 307 14 27 0 26 415 35 105
Binary 10101111 10011001 11000111 1100 10111 0 10110 100001101 11101 1000101

Color Harmonies of #AF99C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99C7

Black with #AF99C7

Text Example


Text Example

White with #AF99C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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