Html Css Color HEX #AF99E1 Biloba Flower

📋 copy color: '#AF99E1'

red 175 ◦ green 153 ◦ blue 225

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

Shades of Biloba Flower #AF99E1

Tints of Biloba Flower #AF99E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 31.65%
G = 27.67%
B = 40.69%

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

#AF99E1 (or 0xAF99E1) is known color: Biloba Flower. HEX triplet: AF, 99 and E1. RGB value is (175,153,225). Sum of RGB (Red+Green+Blue) = 175+153+225=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF99E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99E1 is #50661E. Grayscale: #A7A7A7. Windows color (decimal): -5269023 or 14784943. OLE color: 14784943.

HSL color Cylindrical-coordinate representation of color #AF99E1: hue angle of 258.33º degrees, saturation: 0.55, 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 #AF99E1 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 153 225 -
CMYK 0.22 0.32 0 0.12
HSL 258.33º 0.55% 0.74% -
HSV(B) 258.33º 0.32% 0.88% -
XYZ 42.66 37.33 76.19 -
YUV 167.79 160.29 133.15 -
System Red Green Blue C M Y K H S L
Decimal 175 153 225 0.22 0.32 0 0.12 258.33 0.55 0.74
Hex AF 99 E1 16 20 0 C 102 37 4A
Octal 257 231 341 26 40 0 14 402 67 112
Binary 10101111 10011001 11100001 10110 100000 0 1100 100000010 110111 1001010

Color Harmonies of #AF99E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99E1

Black with #AF99E1

Text Example


Text Example

White with #AF99E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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