Html Css Color HEX #A589D2 Biloba Flower

📋 copy color: '#A589D2'

red 165 ◦ green 137 ◦ blue 210

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

Shades of Biloba Flower #A589D2

Tints of Biloba Flower #A589D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 32.23%
G = 26.76%
B = 41.02%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A589D2 (or 0xA589D2) is known color: Biloba Flower. HEX triplet: A5, 89 and D2. RGB value is (165,137,210). Sum of RGB (Red+Green+Blue) = 165+137+210=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #A589D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589D2 is #5A762D. Grayscale: #999999. Windows color (decimal): -5928494 or 13797797. OLE color: 13797797.

HSL color Cylindrical-coordinate representation of color #A589D2: hue angle of 263.01º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A589D2 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 137 210 -
CMYK 0.21 0.35 0 0.18
HSL 263.01º 0.45% 0.68% -
HSV(B) 263.01º 0.35% 0.82% -
XYZ 36.1 30.54 64.97 -
YUV 153.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 165 137 210 0.21 0.35 0 0.18 263.01 0.45 0.68
Hex A5 89 D2 15 23 0 12 107 2D 44
Octal 245 211 322 25 43 0 22 407 55 104
Binary 10100101 10001001 11010010 10101 100011 0 10010 100000111 101101 1000100

Color Harmonies of #A589D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589D2

Black with #A589D2

Text Example


Text Example

White with #A589D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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