Html Css Color HEX #A88CE2 Biloba Flower

📋 copy color: '#A88CE2'

red 168 ◦ green 140 ◦ blue 226

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

Shades of Biloba Flower #A88CE2

Tints of Biloba Flower #A88CE2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.22%

 BLUE value IS 226 (88.67% from 255) = 42.32%

R = 31.46%
G = 26.22%
B = 42.32%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A88CE2 (or 0xA88CE2) is known color: Biloba Flower. HEX triplet: A8, 8C and E2. RGB value is (168,140,226). Sum of RGB (Red+Green+Blue) = 168+140+226=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 226 - color contains mainly: blue. Hex color #A88CE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CE2 is #57731D. Grayscale: #9D9D9D. Windows color (decimal): -5731102 or 14847144. OLE color: 14847144.

HSL color Cylindrical-coordinate representation of color #A88CE2: hue angle of 259.53º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A88CE2 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 140 226 -
CMYK 0.26 0.38 0 0.11
HSL 259.53º 0.6% 0.72% -
HSV(B) 259.53º 0.38% 0.89% -
XYZ 39.25 32.57 76.17 -
YUV 158.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 168 140 226 0.26 0.38 0 0.11 259.53 0.6 0.72
Hex A8 8C E2 1A 26 0 B 104 3C 48
Octal 250 214 342 32 46 0 13 404 74 110
Binary 10101000 10001100 11100010 11010 100110 0 1011 100000100 111100 1001000

Color Harmonies of #A88CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88CE2

Black with #A88CE2

Text Example


Text Example

White with #A88CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88CE2; }

 p { color: rgb(168,140,226); }

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

background-color css

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

 a { background-color: rgb(168,140,226); }

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

border-color css

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

 span { border-color: rgb(168,140,226); }

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