Html Css Color HEX #A88CCE Biloba Flower

📋 copy color: '#A88CCE'

red 168 ◦ green 140 ◦ blue 206

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

Shades of Biloba Flower #A88CCE

Tints of Biloba Flower #A88CCE

RGB

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

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

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

R = 32.68%
G = 27.24%
B = 40.08%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A88CCE (or 0xA88CCE) is known color: Biloba Flower. HEX triplet: A8, 8C and CE. RGB value is (168,140,206). Sum of RGB (Red+Green+Blue) = 168+140+206=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #A88CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CCE is #577331. Grayscale: #9B9B9B. Windows color (decimal): -5731122 or 13536424. OLE color: 13536424.

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

Color convert

RGB 168 140 206 -
CMYK 0.18 0.32 0 0.19
HSL 265.45º 0.4% 0.68% -
HSV(B) 265.45º 0.32% 0.81% -
XYZ 36.67 31.54 62.55 -
YUV 155.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 168 140 206 0.18 0.32 0 0.19 265.45 0.4 0.68
Hex A8 8C CE 12 20 0 13 109 28 44
Octal 250 214 316 22 40 0 23 411 50 104
Binary 10101000 10001100 11001110 10010 100000 0 10011 100001001 101000 1000100

Color Harmonies of #A88CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88CCE

Black with #A88CCE

Text Example


Text Example

White with #A88CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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