Html Css Color HEX #A22378 Dark Purple

📋 copy color: '#A22378'

red 162 ◦ green 35 ◦ blue 120

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

Shades of Dark Purple #A22378

Tints of Dark Purple #A22378

RGB

 RED value IS 162 (63.67% from 255) = 51.1%

 GREEN value IS 35 (14.06% from 255) = 11.04%

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 51.1%
G = 11.04%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A22378 (or 0xA22378) is known color: Dark Purple. HEX triplet: A2, 23 and 78. RGB value is (162,35,120). Sum of RGB (Red+Green+Blue) = 162+35+120=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A22378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22378 is #5DDC87. Grayscale: #525252. Windows color (decimal): -6151304 or 7873442. OLE color: 7873442.

HSL color Cylindrical-coordinate representation of color #A22378: hue angle of 319.84º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22378 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 35 120 -
CMYK 0 0.78 0.26 0.36
HSL 319.84º 0.64% 0.39% -
HSV(B) 319.84º 0.78% 0.64% -
XYZ 18.89 10.24 18.75 -
YUV 82.66 149.08 184.59 -
System Red Green Blue C M Y K H S L
Decimal 162 35 120 0 0.78 0.26 0.36 319.84 0.64 0.39
Hex A2 23 78 0 4E 1A 24 140 40 27
Octal 242 43 170 0 116 32 44 500 100 47
Binary 10100010 100011 1111000 0 1001110 11010 100100 101000000 1000000 100111

Color Harmonies of #A22378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22378

Black with #A22378

Text Example


Text Example

White with #A22378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22378; }

 p { color: rgb(162,35,120); }

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

background-color css

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

 a { background-color: rgb(162,35,120); }

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

border-color css

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

 span { border-color: rgb(162,35,120); }

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