Html Css Color HEX #A289DB Biloba Flower

📋 copy color: '#A289DB'

red 162 ◦ green 137 ◦ blue 219

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

Shades of Biloba Flower #A289DB

Tints of Biloba Flower #A289DB

RGB

 RED value IS 162 (63.67% from 255) = 31.27%

 GREEN value IS 137 (53.91% from 255) = 26.45%

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 31.27%
G = 26.45%
B = 42.28%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A289DB (or 0xA289DB) is known color: Biloba Flower. HEX triplet: A2, 89 and DB. RGB value is (162,137,219). Sum of RGB (Red+Green+Blue) = 162+137+219=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #A289DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289DB is #5D7624. Grayscale: #999999. Windows color (decimal): -6125093 or 14387618. OLE color: 14387618.

HSL color Cylindrical-coordinate representation of color #A289DB: hue angle of 258.29º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A289DB is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 137 219 -
CMYK 0.26 0.37 0 0.14
HSL 258.29º 0.53% 0.7% -
HSV(B) 258.29º 0.37% 0.86% -
XYZ 36.63 30.69 71.01 -
YUV 153.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 162 137 219 0.26 0.37 0 0.14 258.29 0.53 0.7
Hex A2 89 DB 1A 25 0 E 102 35 46
Octal 242 211 333 32 45 0 16 402 65 106
Binary 10100010 10001001 11011011 11010 100101 0 1110 100000010 110101 1000110

Color Harmonies of #A289DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289DB

Black with #A289DB

Text Example


Text Example

White with #A289DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289DB; }

 p { color: rgb(162,137,219); }

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

background-color css

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

 a { background-color: rgb(162,137,219); }

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

border-color css

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

 span { border-color: rgb(162,137,219); }

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