Html Css Color HEX #A02677 Dark Purple

📋 copy color: '#A02677'

red 160 ◦ green 38 ◦ blue 119

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

Shades of Dark Purple #A02677

Tints of Dark Purple #A02677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.54%

R = 50.47%
G = 11.99%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A02677 (or 0xA02677) is known color: Dark Purple. HEX triplet: A0, 26 and 77. RGB value is (160,38,119). Sum of RGB (Red+Green+Blue) = 160+38+119=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A02677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02677 is #5FD988. Grayscale: #535353. Windows color (decimal): -6281609 or 7808672. OLE color: 7808672.

HSL color Cylindrical-coordinate representation of color #A02677: hue angle of 320.16º 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 #A02677 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 38 119 -
CMYK 0 0.76 0.26 0.37
HSL 320.16º 0.62% 0.39% -
HSV(B) 320.16º 0.76% 0.63% -
XYZ 18.52 10.19 18.44 -
YUV 83.71 147.92 182.41 -
System Red Green Blue C M Y K H S L
Decimal 160 38 119 0 0.76 0.26 0.37 320.16 0.62 0.39
Hex A0 26 77 0 4C 1A 25 140 3E 27
Octal 240 46 167 0 114 32 45 500 76 47
Binary 10100000 100110 1110111 0 1001100 11010 100101 101000000 111110 100111

Color Harmonies of #A02677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02677

Black with #A02677

Text Example


Text Example

White with #A02677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02677; }

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

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

background-color css

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

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

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

border-color css

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

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

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