Html Css Color HEX #A88ECD Biloba Flower

📋 copy color: '#A88ECD'

red 168 ◦ green 142 ◦ blue 205

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

Shades of Biloba Flower #A88ECD

Tints of Biloba Flower #A88ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 32.62%
G = 27.57%
B = 39.81%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A88ECD (or 0xA88ECD) is known color: Biloba Flower. HEX triplet: A8, 8E and CD. RGB value is (168,142,205). Sum of RGB (Red+Green+Blue) = 168+142+205=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #A88ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ECD is #577132. Grayscale: #9C9C9C. Windows color (decimal): -5730611 or 13471400. OLE color: 13471400.

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

Color convert

RGB 168 142 205 -
CMYK 0.18 0.31 0 0.20
HSL 264.76º 0.39% 0.68% -
HSV(B) 264.76º 0.31% 0.8% -
XYZ 36.84 32.08 62.01 -
YUV 156.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 168 142 205 0.18 0.31 0 0.20 264.76 0.39 0.68
Hex A8 8E CD 12 1F 0 14 109 27 44
Octal 250 216 315 22 37 0 24 411 47 104
Binary 10101000 10001110 11001101 10010 11111 0 10100 100001001 100111 1000100

Color Harmonies of #A88ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88ECD

Black with #A88ECD

Text Example


Text Example

White with #A88ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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