Html Css Color HEX #A592C0 Cold Purple

📋 copy color: '#A592C0'

red 165 ◦ green 146 ◦ blue 192

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

Shades of Cold Purple #A592C0

Tints of Cold Purple #A592C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.17%

R = 32.8%
G = 29.03%
B = 38.17%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A592C0 (or 0xA592C0) is known color: Cold Purple. HEX triplet: A5, 92 and C0. RGB value is (165,146,192). Sum of RGB (Red+Green+Blue) = 165+146+192=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #A592C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592C0 is #5A6D3F. Grayscale: #9C9C9C. Windows color (decimal): -5926208 or 12620453. OLE color: 12620453.

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

Color convert

RGB 165 146 192 -
CMYK 0.14 0.24 0 0.25
HSL 264.78º 0.27% 0.66% -
HSV(B) 264.78º 0.24% 0.75% -
XYZ 35.31 32.36 54.25 -
YUV 156.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 165 146 192 0.14 0.24 0 0.25 264.78 0.27 0.66
Hex A5 92 C0 E 18 0 19 109 1B 42
Octal 245 222 300 16 30 0 31 411 33 102
Binary 10100101 10010010 11000000 1110 11000 0 11001 100001001 11011 1000010

Color Harmonies of #A592C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592C0

Black with #A592C0

Text Example


Text Example

White with #A592C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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