Html Css Color HEX #A88ACE Biloba Flower

📋 copy color: '#A88ACE'

red 168 ◦ green 138 ◦ blue 206

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

Shades of Biloba Flower #A88ACE

Tints of Biloba Flower #A88ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.95%

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

R = 32.81%
G = 26.95%
B = 40.23%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A88ACE (or 0xA88ACE) is known color: Biloba Flower. HEX triplet: A8, 8A and CE. RGB value is (168,138,206). Sum of RGB (Red+Green+Blue) = 168+138+206=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #A88ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ACE is #577531. Grayscale: #9A9A9A. Windows color (decimal): -5731634 or 13535912. OLE color: 13535912.

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

Color convert

RGB 168 138 206 -
CMYK 0.18 0.33 0 0.19
HSL 266.47º 0.41% 0.67% -
HSV(B) 266.47º 0.33% 0.81% -
XYZ 36.38 30.96 62.45 -
YUV 154.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 168 138 206 0.18 0.33 0 0.19 266.47 0.41 0.67
Hex A8 8A CE 12 21 0 13 10A 29 43
Octal 250 212 316 22 41 0 23 412 51 103
Binary 10101000 10001010 11001110 10010 100001 0 10011 100001010 101001 1000011

Color Harmonies of #A88ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88ACE

Black with #A88ACE

Text Example


Text Example

White with #A88ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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