Html Css Color HEX #A590BE Cold Purple

📋 copy color: '#A590BE'

red 165 ◦ green 144 ◦ blue 190

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

Shades of Cold Purple #A590BE

Tints of Cold Purple #A590BE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.86%

 BLUE value IS 190 (74.61% from 255) = 38.08%

R = 33.07%
G = 28.86%
B = 38.08%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A590BE (or 0xA590BE) is known color: Cold Purple. HEX triplet: A5, 90 and BE. RGB value is (165,144,190). Sum of RGB (Red+Green+Blue) = 165+144+190=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #A590BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590BE is #5A6F41. Grayscale: #9B9B9B. Windows color (decimal): -5926722 or 12488869. OLE color: 12488869.

HSL color Cylindrical-coordinate representation of color #A590BE: hue angle of 267.39º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A590BE is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 144 190 -
CMYK 0.13 0.24 0 0.25
HSL 267.39º 0.26% 0.65% -
HSV(B) 267.39º 0.24% 0.75% -
XYZ 34.78 31.66 52.99 -
YUV 155.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 165 144 190 0.13 0.24 0 0.25 267.39 0.26 0.65
Hex A5 90 BE D 18 0 19 10B 1A 41
Octal 245 220 276 15 30 0 31 413 32 101
Binary 10100101 10010000 10111110 1101 11000 0 11001 100001011 11010 1000001

Color Harmonies of #A590BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A590BE

Black with #A590BE

Text Example


Text Example

White with #A590BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A590BE; }

 p { color: rgb(165,144,190); }

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

background-color css

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

 a { background-color: rgb(165,144,190); }

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

border-color css

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

 span { border-color: rgb(165,144,190); }

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