Html Css Color HEX #A88EE1 Biloba Flower

📋 copy color: '#A88EE1'

red 168 ◦ green 142 ◦ blue 225

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

Shades of Biloba Flower #A88EE1

Tints of Biloba Flower #A88EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.06%

R = 31.4%
G = 26.54%
B = 42.06%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A88EE1 (or 0xA88EE1) is known color: Biloba Flower. HEX triplet: A8, 8E and E1. RGB value is (168,142,225). Sum of RGB (Red+Green+Blue) = 168+142+225=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #A88EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EE1 is #57711E. Grayscale: #9E9E9E. Windows color (decimal): -5730591 or 14782120. OLE color: 14782120.

HSL color Cylindrical-coordinate representation of color #A88EE1: hue angle of 258.8º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A88EE1 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 142 225 -
CMYK 0.25 0.37 0 0.12
HSL 258.8º 0.58% 0.72% -
HSV(B) 258.8º 0.37% 0.88% -
XYZ 39.41 33.11 75.55 -
YUV 159.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 168 142 225 0.25 0.37 0 0.12 258.8 0.58 0.72
Hex A8 8E E1 19 25 0 C 103 3A 48
Octal 250 216 341 31 45 0 14 403 72 110
Binary 10101000 10001110 11100001 11001 100101 0 1100 100000011 111010 1001000

Color Harmonies of #A88EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EE1

Black with #A88EE1

Text Example


Text Example

White with #A88EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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