Html Css Color HEX #A02675 Dark Purple

📋 copy color: '#A02675'

red 160 ◦ green 38 ◦ blue 117

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

Shades of Dark Purple #A02675

Tints of Dark Purple #A02675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.06%

 BLUE value IS 117 (46.09% from 255) = 37.14%

R = 50.79%
G = 12.06%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A02675 (or 0xA02675) is known color: Dark Purple. HEX triplet: A0, 26 and 75. RGB value is (160,38,117). Sum of RGB (Red+Green+Blue) = 160+38+117=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A02675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02675 is #5FD98A. Grayscale: #535353. Windows color (decimal): -6281611 or 7677600. OLE color: 7677600.

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

Color convert

RGB 160 38 117 -
CMYK 0 0.76 0.27 0.37
HSL 321.15º 0.62% 0.39% -
HSV(B) 321.15º 0.76% 0.63% -
XYZ 18.4 10.14 17.82 -
YUV 83.48 146.92 182.58 -
System Red Green Blue C M Y K H S L
Decimal 160 38 117 0 0.76 0.27 0.37 321.15 0.62 0.39
Hex A0 26 75 0 4C 1B 25 141 3E 27
Octal 240 46 165 0 114 33 45 501 76 47
Binary 10100000 100110 1110101 0 1001100 11011 100101 101000001 111110 100111

Color Harmonies of #A02675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02675

Black with #A02675

Text Example


Text Example

White with #A02675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02675; }

 p { color: rgb(160,38,117); }

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

background-color css

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

 a { background-color: rgb(160,38,117); }

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

border-color css

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

 span { border-color: rgb(160,38,117); }

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