Html Css Color HEX #A89ACC Biloba Flower

📋 copy color: '#A89ACC'

red 168 ◦ green 154 ◦ blue 204

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

Shades of Biloba Flower #A89ACC

Tints of Biloba Flower #A89ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.28%

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 31.94%
G = 29.28%
B = 38.78%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A89ACC (or 0xA89ACC) is known color: Biloba Flower. HEX triplet: A8, 9A and CC. RGB value is (168,154,204). Sum of RGB (Red+Green+Blue) = 168+154+204=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #A89ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ACC is #576533. Grayscale: #A3A3A3. Windows color (decimal): -5727540 or 13408936. OLE color: 13408936.

HSL color Cylindrical-coordinate representation of color #A89ACC: hue angle of 256.8º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A89ACC is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 154 204 -
CMYK 0.18 0.25 0 0.2
HSL 256.8º 0.33% 0.7% -
HSV(B) 256.8º 0.25% 0.8% -
XYZ 38.6 35.8 62 -
YUV 163.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 168 154 204 0.18 0.25 0 0.2 256.8 0.33 0.7
Hex A8 9A CC 12 19 0 14 101 21 46
Octal 250 232 314 22 31 0 24 401 41 106
Binary 10101000 10011010 11001100 10010 11001 0 10100 100000001 100001 1000110

Color Harmonies of #A89ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89ACC

Black with #A89ACC

Text Example


Text Example

White with #A89ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89ACC; }

 p { color: rgb(168,154,204); }

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

background-color css

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

 a { background-color: rgb(168,154,204); }

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

border-color css

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

 span { border-color: rgb(168,154,204); }

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