Html Css Color HEX #A592C1 Cold Purple

📋 copy color: '#A592C1'

red 165 ◦ green 146 ◦ blue 193

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

Shades of Cold Purple #A592C1

Tints of Cold Purple #A592C1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.97%

 BLUE value IS 193 (75.78% from 255) = 38.29%

R = 32.74%
G = 28.97%
B = 38.29%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A592C1 (or 0xA592C1) is known color: Cold Purple. HEX triplet: A5, 92 and C1. RGB value is (165,146,193). Sum of RGB (Red+Green+Blue) = 165+146+193=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #A592C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592C1 is #5A6D3E. Grayscale: #9C9C9C. Windows color (decimal): -5926207 or 12685989. OLE color: 12685989.

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

Color convert

RGB 165 146 193 -
CMYK 0.15 0.24 0 0.24
HSL 264.26º 0.27% 0.66% -
HSV(B) 264.26º 0.24% 0.76% -
XYZ 35.42 32.41 54.84 -
YUV 157.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 165 146 193 0.15 0.24 0 0.24 264.26 0.27 0.66
Hex A5 92 C1 F 18 0 18 108 1B 42
Octal 245 222 301 17 30 0 30 410 33 102
Binary 10100101 10010010 11000001 1111 11000 0 11000 100001000 11011 1000010

Color Harmonies of #A592C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592C1

Black with #A592C1

Text Example


Text Example

White with #A592C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592C1; }

 p { color: rgb(165,146,193); }

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

background-color css

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

 a { background-color: rgb(165,146,193); }

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

border-color css

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

 span { border-color: rgb(165,146,193); }

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