Html Css Color HEX #A22DCA Dark Orchid

📋 copy color: '#A22DCA'

red 162 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #A22DCA

Tints of Dark Orchid #A22DCA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11%

 BLUE value IS 202 (79.3% from 255) = 49.39%

R = 39.61%
G = 11%
B = 49.39%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A22DCA (or 0xA22DCA) is known color: Dark Orchid. HEX triplet: A2, 2D and CA. RGB value is (162,45,202). Sum of RGB (Red+Green+Blue) = 162+45+202=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #A22DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DCA is #5DD235. Grayscale: #616161. Windows color (decimal): -6148662 or 13249954. OLE color: 13249954.

HSL color Cylindrical-coordinate representation of color #A22DCA: hue angle of 284.71º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22DCA is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 45 202 -
CMYK 0.20 0.78 0 0.21
HSL 284.71º 0.64% 0.48% -
HSV(B) 284.71º 0.78% 0.79% -
XYZ 26.5 13.82 57.15 -
YUV 97.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 162 45 202 0.20 0.78 0 0.21 284.71 0.64 0.48
Hex A2 2D CA 14 4E 0 15 11D 40 30
Octal 242 55 312 24 116 0 25 435 100 60
Binary 10100010 101101 11001010 10100 1001110 0 10101 100011101 1000000 110000

Color Harmonies of #A22DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22DCA

Black with #A22DCA

Text Example


Text Example

White with #A22DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22DCA; }

 p { color: rgb(162,45,202); }

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

background-color css

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

 a { background-color: rgb(162,45,202); }

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

border-color css

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

 span { border-color: rgb(162,45,202); }

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