Html Css Color HEX #A888EC Biloba Flower

📋 copy color: '#A888EC'

red 168 ◦ green 136 ◦ blue 236

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

Shades of Biloba Flower #A888EC

Tints of Biloba Flower #A888EC

RGB

 RED value IS 168 (66.02% from 255) = 31.11%

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

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

R = 31.11%
G = 25.19%
B = 43.7%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A888EC (or 0xA888EC) is known color: Biloba Flower. HEX triplet: A8, 88 and EC. RGB value is (168,136,236). Sum of RGB (Red+Green+Blue) = 168+136+236=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #A888EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888EC is #577713. Grayscale: #9C9C9C. Windows color (decimal): -5732116 or 15501480. OLE color: 15501480.

HSL color Cylindrical-coordinate representation of color #A888EC: hue angle of 259.2º 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 #A888EC is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 136 236 -
CMYK 0.29 0.42 0 0.07
HSL 259.2º 0.72% 0.73% -
HSV(B) 259.2º 0.42% 0.93% -
XYZ 40.09 31.99 83.42 -
YUV 156.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 168 136 236 0.29 0.42 0 0.07 259.2 0.72 0.73
Hex A8 88 EC 1D 2A 0 7 103 48 49
Octal 250 210 354 35 52 0 7 403 110 111
Binary 10101000 10001000 11101100 11101 101010 0 111 100000011 1001000 1001001

Color Harmonies of #A888EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A888EC

Black with #A888EC

Text Example


Text Example

White with #A888EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A888EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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