Html Css Color HEX #A22693 Dark Purple

📋 copy color: '#A22693'

red 162 ◦ green 38 ◦ blue 147

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

Shades of Dark Purple #A22693

Tints of Dark Purple #A22693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.36%

R = 46.69%
G = 10.95%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A22693 (or 0xA22693) is known color: Dark Purple. HEX triplet: A2, 26 and 93. RGB value is (162,38,147). Sum of RGB (Red+Green+Blue) = 162+38+147=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A22693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22693 is #5DD96C. Grayscale: #575757. Windows color (decimal): -6150509 or 9643682. OLE color: 9643682.

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

Color convert

RGB 162 38 147 -
CMYK 0 0.77 0.09 0.36
HSL 307.26º 0.62% 0.39% -
HSV(B) 307.26º 0.77% 0.64% -
XYZ 20.86 11.17 28.66 -
YUV 87.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 162 38 147 0 0.77 0.09 0.36 307.26 0.62 0.39
Hex A2 26 93 0 4D 9 24 133 3E 27
Octal 242 46 223 0 115 11 44 463 76 47
Binary 10100010 100110 10010011 0 1001101 1001 100100 100110011 111110 100111

Color Harmonies of #A22693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22693

Black with #A22693

Text Example


Text Example

White with #A22693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22693; }

 p { color: rgb(162,38,147); }

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

background-color css

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

 a { background-color: rgb(162,38,147); }

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

border-color css

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

 span { border-color: rgb(162,38,147); }

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