Html Css Color HEX #A589DA Biloba Flower

📋 copy color: '#A589DA'

red 165 ◦ green 137 ◦ blue 218

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

Shades of Biloba Flower #A589DA

Tints of Biloba Flower #A589DA

RGB

 RED value IS 165 (64.84% from 255) = 31.73%

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

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

R = 31.73%
G = 26.35%
B = 41.92%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A589DA (or 0xA589DA) is known color: Biloba Flower. HEX triplet: A5, 89 and DA. RGB value is (165,137,218). Sum of RGB (Red+Green+Blue) = 165+137+218=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #A589DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589DA is #5A7625. Grayscale: #9A9A9A. Windows color (decimal): -5928486 or 14322085. OLE color: 14322085.

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

Color convert

RGB 165 137 218 -
CMYK 0.24 0.37 0 0.15
HSL 260.74º 0.52% 0.7% -
HSV(B) 260.74º 0.37% 0.85% -
XYZ 37.12 30.95 70.35 -
YUV 154.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 165 137 218 0.24 0.37 0 0.15 260.74 0.52 0.7
Hex A5 89 DA 18 25 0 F 105 34 46
Octal 245 211 332 30 45 0 17 405 64 106
Binary 10100101 10001001 11011010 11000 100101 0 1111 100000101 110100 1000110

Color Harmonies of #A589DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589DA

Black with #A589DA

Text Example


Text Example

White with #A589DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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