Html Css Color HEX #A89BDA Biloba Flower

📋 copy color: '#A89BDA'

red 168 ◦ green 155 ◦ blue 218

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

Shades of Biloba Flower #A89BDA

Tints of Biloba Flower #A89BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.65%

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

R = 31.05%
G = 28.65%
B = 40.3%

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

#A89BDA (or 0xA89BDA) is known color: Biloba Flower. HEX triplet: A8, 9B and DA. RGB value is (168,155,218). Sum of RGB (Red+Green+Blue) = 168+155+218=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #A89BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BDA is #576425. Grayscale: #A5A5A5. Windows color (decimal): -5727270 or 14326696. OLE color: 14326696.

HSL color Cylindrical-coordinate representation of color #A89BDA: hue angle of 252.38º 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 #A89BDA is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 155 218 -
CMYK 0.23 0.29 0 0.15
HSL 252.38º 0.46% 0.73% -
HSV(B) 252.38º 0.29% 0.85% -
XYZ 40.52 36.83 71.3 -
YUV 166.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 168 155 218 0.23 0.29 0 0.15 252.38 0.46 0.73
Hex A8 9B DA 17 1D 0 F FC 2E 49
Octal 250 233 332 27 35 0 17 374 56 111
Binary 10101000 10011011 11011010 10111 11101 0 1111 11111100 101110 1001001

Color Harmonies of #A89BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89BDA

Black with #A89BDA

Text Example


Text Example

White with #A89BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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