Html Css Color HEX #A02595 Dark Purple

📋 copy color: '#A02595'

red 160 ◦ green 37 ◦ blue 149

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

Shades of Dark Purple #A02595

Tints of Dark Purple #A02595

RGB

 RED value IS 160 (62.89% from 255) = 46.24%

 GREEN value IS 37 (14.84% from 255) = 10.69%

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 46.24%
G = 10.69%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A02595 (or 0xA02595) is known color: Dark Purple. HEX triplet: A0, 25 and 95. RGB value is (160,37,149). Sum of RGB (Red+Green+Blue) = 160+37+149=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A02595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02595 is #5FDA6A. Grayscale: #565656. Windows color (decimal): -6281835 or 9774496. OLE color: 9774496.

HSL color Cylindrical-coordinate representation of color #A02595: hue angle of 305.37º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02595 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 37 149 -
CMYK 0 0.77 0.07 0.37
HSL 305.37º 0.62% 0.39% -
HSV(B) 305.37º 0.77% 0.63% -
XYZ 20.58 10.97 29.47 -
YUV 86.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 160 37 149 0 0.77 0.07 0.37 305.37 0.62 0.39
Hex A0 25 95 0 4D 7 25 131 3E 27
Octal 240 45 225 0 115 7 45 461 76 47
Binary 10100000 100101 10010101 0 1001101 111 100101 100110001 111110 100111

Color Harmonies of #A02595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02595

Black with #A02595

Text Example


Text Example

White with #A02595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02595; }

 p { color: rgb(160,37,149); }

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

background-color css

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

 a { background-color: rgb(160,37,149); }

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

border-color css

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

 span { border-color: rgb(160,37,149); }

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