Html Css Color HEX #AF88EC Biloba Flower

📋 copy color: '#AF88EC'

red 175 ◦ green 136 ◦ blue 236

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

Shades of Biloba Flower #AF88EC

Tints of Biloba Flower #AF88EC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.86%

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 31.99%
G = 24.86%
B = 43.14%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF88EC (or 0xAF88EC) is known color: Biloba Flower. HEX triplet: AF, 88 and EC. RGB value is (175,136,236). Sum of RGB (Red+Green+Blue) = 175+136+236=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF88EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF88EC is #507713. Grayscale: #9E9E9E. Windows color (decimal): -5273364 or 15501487. OLE color: 15501487.

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

Color convert

RGB 175 136 236 -
CMYK 0.26 0.42 0 0.07
HSL 263.4º 0.72% 0.73% -
HSV(B) 263.4º 0.42% 0.93% -
XYZ 41.62 32.78 83.49 -
YUV 159.06 171.42 139.37 -
System Red Green Blue C M Y K H S L
Decimal 175 136 236 0.26 0.42 0 0.07 263.4 0.72 0.73
Hex AF 88 EC 1A 2A 0 7 107 48 49
Octal 257 210 354 32 52 0 7 407 110 111
Binary 10101111 10001000 11101100 11010 101010 0 111 100000111 1001000 1001001

Color Harmonies of #AF88EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF88EC

Black with #AF88EC

Text Example


Text Example

White with #AF88EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF88EC; }

 p { color: rgb(175,136,236); }

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

background-color css

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

 a { background-color: rgb(175,136,236); }

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

border-color css

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

 span { border-color: rgb(175,136,236); }

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