Html Css Color HEX #A289DA Biloba Flower

📋 copy color: '#A289DA'

red 162 ◦ green 137 ◦ blue 218

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

Shades of Biloba Flower #A289DA

Tints of Biloba Flower #A289DA

RGB

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

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

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

R = 31.33%
G = 26.5%
B = 42.17%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A289DA (or 0xA289DA) is known color: Biloba Flower. HEX triplet: A2, 89 and DA. RGB value is (162,137,218). Sum of RGB (Red+Green+Blue) = 162+137+218=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #A289DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289DA is #5D7625. Grayscale: #999999. Windows color (decimal): -6125094 or 14322082. OLE color: 14322082.

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

Color convert

RGB 162 137 218 -
CMYK 0.26 0.37 0 0.15
HSL 258.52º 0.52% 0.7% -
HSV(B) 258.52º 0.37% 0.85% -
XYZ 36.5 30.63 70.32 -
YUV 153.71 164.28 133.91 -
System Red Green Blue C M Y K H S L
Decimal 162 137 218 0.26 0.37 0 0.15 258.52 0.52 0.7
Hex A2 89 DA 1A 25 0 F 103 34 46
Octal 242 211 332 32 45 0 17 403 64 106
Binary 10100010 10001001 11011010 11010 100101 0 1111 100000011 110100 1000110

Color Harmonies of #A289DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289DA

Black with #A289DA

Text Example


Text Example

White with #A289DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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