Html Css Color HEX #AF99E0 Biloba Flower

📋 copy color: '#AF99E0'

red 175 ◦ green 153 ◦ blue 224

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

Shades of Biloba Flower #AF99E0

Tints of Biloba Flower #AF99E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 31.7%
G = 27.72%
B = 40.58%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF99E0 (or 0xAF99E0) is known color: Biloba Flower. HEX triplet: AF, 99 and E0. RGB value is (175,153,224). Sum of RGB (Red+Green+Blue) = 175+153+224=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF99E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99E0 is #50661F. Grayscale: #A7A7A7. Windows color (decimal): -5269024 or 14719407. OLE color: 14719407.

HSL color Cylindrical-coordinate representation of color #AF99E0: hue angle of 258.59º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF99E0 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 153 224 -
CMYK 0.22 0.32 0 0.12
HSL 258.59º 0.53% 0.74% -
HSV(B) 258.59º 0.32% 0.88% -
XYZ 42.52 37.28 75.48 -
YUV 167.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 175 153 224 0.22 0.32 0 0.12 258.59 0.53 0.74
Hex AF 99 E0 16 20 0 C 103 35 4A
Octal 257 231 340 26 40 0 14 403 65 112
Binary 10101111 10011001 11100000 10110 100000 0 1100 100000011 110101 1001010

Color Harmonies of #AF99E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99E0

Black with #AF99E0

Text Example


Text Example

White with #AF99E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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