Html Css Color HEX #A589C5 Cold Purple

📋 copy color: '#A589C5'

red 165 ◦ green 137 ◦ blue 197

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

Shades of Cold Purple #A589C5

Tints of Cold Purple #A589C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.48%

R = 33.07%
G = 27.45%
B = 39.48%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A589C5 (or 0xA589C5) is known color: Cold Purple. HEX triplet: A5, 89 and C5. RGB value is (165,137,197). Sum of RGB (Red+Green+Blue) = 165+137+197=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 197 - color contains mainly: blue. Hex color #A589C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589C5 is #5A763A. Grayscale: #989898. Windows color (decimal): -5928507 or 12945829. OLE color: 12945829.

HSL color Cylindrical-coordinate representation of color #A589C5: hue angle of 268º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A589C5 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 137 197 -
CMYK 0.16 0.30 0 0.23
HSL 268º 0.34% 0.65% -
HSV(B) 268º 0.3% 0.77% -
XYZ 34.54 29.92 56.78 -
YUV 152.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 165 137 197 0.16 0.30 0 0.23 268 0.34 0.65
Hex A5 89 C5 10 1E 0 17 10C 22 41
Octal 245 211 305 20 36 0 27 414 42 101
Binary 10100101 10001001 11000101 10000 11110 0 10111 100001100 100010 1000001

Color Harmonies of #A589C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589C5

Black with #A589C5

Text Example


Text Example

White with #A589C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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