Html Css Color HEX #A595C6 Cold Purple

📋 copy color: '#A595C6'

red 165 ◦ green 149 ◦ blue 198

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

Shades of Cold Purple #A595C6

Tints of Cold Purple #A595C6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.1%

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

R = 32.23%
G = 29.1%
B = 38.67%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A595C6 (or 0xA595C6) is known color: Cold Purple. HEX triplet: A5, 95 and C6. RGB value is (165,149,198). Sum of RGB (Red+Green+Blue) = 165+149+198=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #A595C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595C6 is #5A6A39. Grayscale: #9F9F9F. Windows color (decimal): -5925434 or 13014437. OLE color: 13014437.

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

Color convert

RGB 165 149 198 -
CMYK 0.17 0.25 0 0.22
HSL 259.59º 0.3% 0.68% -
HSV(B) 259.59º 0.25% 0.78% -
XYZ 36.46 33.57 57.98 -
YUV 159.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 165 149 198 0.17 0.25 0 0.22 259.59 0.3 0.68
Hex A5 95 C6 11 19 0 16 104 1E 44
Octal 245 225 306 21 31 0 26 404 36 104
Binary 10100101 10010101 11000110 10001 11001 0 10110 100000100 11110 1000100

Color Harmonies of #A595C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595C6

Black with #A595C6

Text Example


Text Example

White with #A595C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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