Html Css Color HEX #A88ECE Biloba Flower

📋 copy color: '#A88ECE'

red 168 ◦ green 142 ◦ blue 206

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

Shades of Biloba Flower #A88ECE

Tints of Biloba Flower #A88ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.52%

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 32.56%
G = 27.52%
B = 39.92%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A88ECE (or 0xA88ECE) is known color: Biloba Flower. HEX triplet: A8, 8E and CE. RGB value is (168,142,206). Sum of RGB (Red+Green+Blue) = 168+142+206=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #A88ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ECE is #577131. Grayscale: #9C9C9C. Windows color (decimal): -5730610 or 13536936. OLE color: 13536936.

HSL color Cylindrical-coordinate representation of color #A88ECE: hue angle of 264.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A88ECE is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 142 206 -
CMYK 0.18 0.31 0 0.19
HSL 264.38º 0.4% 0.68% -
HSV(B) 264.38º 0.31% 0.81% -
XYZ 36.96 32.13 62.65 -
YUV 157.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 168 142 206 0.18 0.31 0 0.19 264.38 0.4 0.68
Hex A8 8E CE 12 1F 0 13 108 28 44
Octal 250 216 316 22 37 0 23 410 50 104
Binary 10101000 10001110 11001110 10010 11111 0 10011 100001000 101000 1000100

Color Harmonies of #A88ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88ECE

Black with #A88ECE

Text Example


Text Example

White with #A88ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88ECE; }

 p { color: rgb(168,142,206); }

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

background-color css

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

 a { background-color: rgb(168,142,206); }

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

border-color css

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

 span { border-color: rgb(168,142,206); }

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