Html Css Color HEX #A592C6 Cold Purple

📋 copy color: '#A592C6'

red 165 ◦ green 146 ◦ blue 198

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

Shades of Cold Purple #A592C6

Tints of Cold Purple #A592C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.9%

R = 32.42%
G = 28.68%
B = 38.9%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A592C6 (or 0xA592C6) is known color: Cold Purple. HEX triplet: A5, 92 and C6. RGB value is (165,146,198). Sum of RGB (Red+Green+Blue) = 165+146+198=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #A592C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592C6 is #5A6D39. Grayscale: #9D9D9D. Windows color (decimal): -5926202 or 13013669. OLE color: 13013669.

HSL color Cylindrical-coordinate representation of color #A592C6: hue angle of 261.92º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A592C6 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 146 198 -
CMYK 0.17 0.26 0 0.22
HSL 261.92º 0.31% 0.67% -
HSV(B) 261.92º 0.26% 0.78% -
XYZ 35.99 32.63 57.83 -
YUV 157.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 165 146 198 0.17 0.26 0 0.22 261.92 0.31 0.67
Hex A5 92 C6 11 1A 0 16 106 1F 43
Octal 245 222 306 21 32 0 26 406 37 103
Binary 10100101 10010010 11000110 10001 11010 0 10110 100000110 11111 1000011

Color Harmonies of #A592C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592C6

Black with #A592C6

Text Example


Text Example

White with #A592C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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