Html Css Color HEX #AF99ED Biloba Flower

📋 copy color: '#AF99ED'

red 175 ◦ green 153 ◦ blue 237

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

Shades of Biloba Flower #AF99ED

Tints of Biloba Flower #AF99ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 30.97%
G = 27.08%
B = 41.95%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF99ED (or 0xAF99ED) is known color: Biloba Flower. HEX triplet: AF, 99 and ED. RGB value is (175,153,237). Sum of RGB (Red+Green+Blue) = 175+153+237=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF99ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99ED is #506612. Grayscale: #A8A8A8. Windows color (decimal): -5269011 or 15571375. OLE color: 15571375.

HSL color Cylindrical-coordinate representation of color #AF99ED: hue angle of 255.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF99ED is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 153 237 -
CMYK 0.26 0.35 0 0.07
HSL 255.71º 0.7% 0.76% -
HSV(B) 255.71º 0.35% 0.93% -
XYZ 44.36 38.01 85.12 -
YUV 169.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 175 153 237 0.26 0.35 0 0.07 255.71 0.7 0.76
Hex AF 99 ED 1A 23 0 7 100 46 4C
Octal 257 231 355 32 43 0 7 400 106 114
Binary 10101111 10011001 11101101 11010 100011 0 111 100000000 1000110 1001100

Color Harmonies of #AF99ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99ED

Black with #AF99ED

Text Example


Text Example

White with #AF99ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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