Html Css Color HEX #A593C6 Cold Purple

📋 copy color: '#A593C6'

red 165 ◦ green 147 ◦ blue 198

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

Shades of Cold Purple #A593C6

Tints of Cold Purple #A593C6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.82%

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

R = 32.35%
G = 28.82%
B = 38.82%

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

#A593C6 (or 0xA593C6) is known color: Cold Purple. HEX triplet: A5, 93 and C6. RGB value is (165,147,198). Sum of RGB (Red+Green+Blue) = 165+147+198=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #A593C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593C6 is #5A6C39. Grayscale: #9E9E9E. Windows color (decimal): -5925946 or 13013925. OLE color: 13013925.

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

Color convert

RGB 165 147 198 -
CMYK 0.17 0.26 0 0.22
HSL 261.18º 0.31% 0.68% -
HSV(B) 261.18º 0.26% 0.78% -
XYZ 36.14 32.94 57.88 -
YUV 158.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 165 147 198 0.17 0.26 0 0.22 261.18 0.31 0.68
Hex A5 93 C6 11 1A 0 16 105 1F 44
Octal 245 223 306 21 32 0 26 405 37 104
Binary 10100101 10010011 11000110 10001 11010 0 10110 100000101 11111 1000100

Color Harmonies of #A593C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A593C6

Black with #A593C6

Text Example


Text Example

White with #A593C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A593C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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