Html Css Color HEX #A590BF Cold Purple

📋 copy color: '#A590BF'

red 165 ◦ green 144 ◦ blue 191

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

Shades of Cold Purple #A590BF

Tints of Cold Purple #A590BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.2%

R = 33%
G = 28.8%
B = 38.2%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A590BF (or 0xA590BF) is known color: Cold Purple. HEX triplet: A5, 90 and BF. RGB value is (165,144,191). Sum of RGB (Red+Green+Blue) = 165+144+191=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #A590BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590BF is #5A6F40. Grayscale: #9B9B9B. Windows color (decimal): -5926721 or 12554405. OLE color: 12554405.

HSL color Cylindrical-coordinate representation of color #A590BF: hue angle of 266.81º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A590BF is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 144 191 -
CMYK 0.14 0.25 0 0.25
HSL 266.81º 0.27% 0.66% -
HSV(B) 266.81º 0.25% 0.75% -
XYZ 34.89 31.71 53.57 -
YUV 155.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 165 144 191 0.14 0.25 0 0.25 266.81 0.27 0.66
Hex A5 90 BF E 19 0 19 10B 1B 42
Octal 245 220 277 16 31 0 31 413 33 102
Binary 10100101 10010000 10111111 1110 11001 0 11001 100001011 11011 1000010

Color Harmonies of #A590BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A590BF

Black with #A590BF

Text Example


Text Example

White with #A590BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A590BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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