Html Css Color HEX #A589E2 Biloba Flower

📋 copy color: '#A589E2'

red 165 ◦ green 137 ◦ blue 226

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

Shades of Biloba Flower #A589E2

Tints of Biloba Flower #A589E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.8%

R = 31.25%
G = 25.95%
B = 42.8%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A589E2 (or 0xA589E2) is known color: Biloba Flower. HEX triplet: A5, 89 and E2. RGB value is (165,137,226). Sum of RGB (Red+Green+Blue) = 165+137+226=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #A589E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589E2 is #5A761D. Grayscale: #9B9B9B. Windows color (decimal): -5928478 or 14846373. OLE color: 14846373.

HSL color Cylindrical-coordinate representation of color #A589E2: hue angle of 258.88º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A589E2 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 137 226 -
CMYK 0.27 0.39 0 0.11
HSL 258.88º 0.61% 0.71% -
HSV(B) 258.88º 0.39% 0.89% -
XYZ 38.19 31.38 76 -
YUV 155.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 165 137 226 0.27 0.39 0 0.11 258.88 0.61 0.71
Hex A5 89 E2 1B 27 0 B 103 3D 47
Octal 245 211 342 33 47 0 13 403 75 107
Binary 10100101 10001001 11100010 11011 100111 0 1011 100000011 111101 1000111

Color Harmonies of #A589E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589E2

Black with #A589E2

Text Example


Text Example

White with #A589E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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