Html Css Color HEX #A89ADA Biloba Flower

📋 copy color: '#A89ADA'

red 168 ◦ green 154 ◦ blue 218

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

Shades of Biloba Flower #A89ADA

Tints of Biloba Flower #A89ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 31.11%
G = 28.52%
B = 40.37%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A89ADA (or 0xA89ADA) is known color: Biloba Flower. HEX triplet: A8, 9A and DA. RGB value is (168,154,218). Sum of RGB (Red+Green+Blue) = 168+154+218=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #A89ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ADA is #576525. Grayscale: #A5A5A5. Windows color (decimal): -5727526 or 14326440. OLE color: 14326440.

HSL color Cylindrical-coordinate representation of color #A89ADA: hue angle of 253.12º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A89ADA is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 154 218 -
CMYK 0.23 0.29 0 0.15
HSL 253.13º 0.46% 0.73% -
HSV(B) 253.13º 0.29% 0.85% -
XYZ 40.36 36.5 71.25 -
YUV 165.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 168 154 218 0.23 0.29 0 0.15 253.13 0.46 0.73
Hex A8 9A DA 17 1D 0 F FD 2E 49
Octal 250 232 332 27 35 0 17 375 56 111
Binary 10101000 10011010 11011010 10111 11101 0 1111 11111101 101110 1001001

Color Harmonies of #A89ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89ADA

Black with #A89ADA

Text Example


Text Example

White with #A89ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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