Html Css Color HEX #A22CAD Dark Orchid

📋 copy color: '#A22CAD'

red 162 ◦ green 44 ◦ blue 173

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

Shades of Dark Orchid #A22CAD

Tints of Dark Orchid #A22CAD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.61%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 42.74%
G = 11.61%
B = 45.65%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A22CAD (or 0xA22CAD) is known color: Dark Orchid. HEX triplet: A2, 2C and AD. RGB value is (162,44,173). Sum of RGB (Red+Green+Blue) = 162+44+173=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #A22CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22CAD is #5DD352. Grayscale: #5D5D5D. Windows color (decimal): -6148947 or 11349154. OLE color: 11349154.

HSL color Cylindrical-coordinate representation of color #A22CAD: hue angle of 294.88º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22CAD is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 44 173 -
CMYK 0.06 0.75 0 0.32
HSL 294.88º 0.59% 0.43% -
HSV(B) 294.88º 0.75% 0.68% -
XYZ 23.34 12.5 40.72 -
YUV 93.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 162 44 173 0.06 0.75 0 0.32 294.88 0.59 0.43
Hex A2 2C AD 6 4B 0 20 127 3B 2B
Octal 242 54 255 6 113 0 40 447 73 53
Binary 10100010 101100 10101101 110 1001011 0 100000 100100111 111011 101011

Color Harmonies of #A22CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22CAD

Black with #A22CAD

Text Example


Text Example

White with #A22CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22CAD; }

 p { color: rgb(162,44,173); }

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

background-color css

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

 a { background-color: rgb(162,44,173); }

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

border-color css

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

 span { border-color: rgb(162,44,173); }

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