Html Css Color HEX #AF99CF Biloba Flower

📋 copy color: '#AF99CF'

red 175 ◦ green 153 ◦ blue 207

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

Shades of Biloba Flower #AF99CF

Tints of Biloba Flower #AF99CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 32.71%
G = 28.6%
B = 38.69%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF99CF (or 0xAF99CF) is known color: Biloba Flower. HEX triplet: AF, 99 and CF. RGB value is (175,153,207). Sum of RGB (Red+Green+Blue) = 175+153+207=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF99CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99CF is #506630. Grayscale: #A5A5A5. Windows color (decimal): -5269041 or 13605295. OLE color: 13605295.

HSL color Cylindrical-coordinate representation of color #AF99CF: hue angle of 264.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF99CF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 153 207 -
CMYK 0.15 0.26 0 0.19
HSL 264.44º 0.36% 0.71% -
HSV(B) 264.44º 0.26% 0.81% -
XYZ 40.33 36.4 63.93 -
YUV 165.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 175 153 207 0.15 0.26 0 0.19 264.44 0.36 0.71
Hex AF 99 CF F 1A 0 13 108 24 47
Octal 257 231 317 17 32 0 23 410 44 107
Binary 10101111 10011001 11001111 1111 11010 0 10011 100001000 100100 1000111

Color Harmonies of #AF99CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99CF

Black with #AF99CF

Text Example


Text Example

White with #AF99CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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