Html Css Color HEX #A88ECB Biloba Flower

📋 copy color: '#A88ECB'

red 168 ◦ green 142 ◦ blue 203

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

Shades of Biloba Flower #A88ECB

Tints of Biloba Flower #A88ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 32.75%
G = 27.68%
B = 39.57%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A88ECB (or 0xA88ECB) is known color: Biloba Flower. HEX triplet: A8, 8E and CB. RGB value is (168,142,203). Sum of RGB (Red+Green+Blue) = 168+142+203=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #A88ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ECB is #577134. Grayscale: #9C9C9C. Windows color (decimal): -5730613 or 13340328. OLE color: 13340328.

HSL color Cylindrical-coordinate representation of color #A88ECB: hue angle of 265.57º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88ECB is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 142 203 -
CMYK 0.17 0.30 0 0.20
HSL 265.57º 0.37% 0.68% -
HSV(B) 265.57º 0.3% 0.8% -
XYZ 36.6 31.98 60.74 -
YUV 156.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 168 142 203 0.17 0.30 0 0.20 265.57 0.37 0.68
Hex A8 8E CB 11 1E 0 14 10A 25 44
Octal 250 216 313 21 36 0 24 412 45 104
Binary 10101000 10001110 11001011 10001 11110 0 10100 100001010 100101 1000100

Color Harmonies of #A88ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88ECB

Black with #A88ECB

Text Example


Text Example

White with #A88ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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