Html Css Color HEX #A222C1 Dark Orchid

📋 copy color: '#A222C1'

red 162 ◦ green 34 ◦ blue 193

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

Shades of Dark Orchid #A222C1

Tints of Dark Orchid #A222C1

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.74%

 BLUE value IS 193 (75.78% from 255) = 49.61%

R = 41.65%
G = 8.74%
B = 49.61%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A222C1 (or 0xA222C1) is known color: Dark Orchid. HEX triplet: A2, 22 and C1. RGB value is (162,34,193). Sum of RGB (Red+Green+Blue) = 162+34+193=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #A222C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A222C1 is #5DDD3E. Grayscale: #595959. Windows color (decimal): -6151487 or 12657314. OLE color: 12657314.

HSL color Cylindrical-coordinate representation of color #A222C1: hue angle of 288.3º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A222C1 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 34 193 -
CMYK 0.16 0.82 0 0.24
HSL 288.3º 0.7% 0.45% -
HSV(B) 288.3º 0.82% 0.76% -
XYZ 25.1 12.68 51.58 -
YUV 90.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 162 34 193 0.16 0.82 0 0.24 288.3 0.7 0.45
Hex A2 22 C1 10 52 0 18 120 46 2D
Octal 242 42 301 20 122 0 30 440 106 55
Binary 10100010 100010 11000001 10000 1010010 0 11000 100100000 1000110 101101

Color Harmonies of #A222C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A222C1

Black with #A222C1

Text Example


Text Example

White with #A222C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A222C1; }

 p { color: rgb(162,34,193); }

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

background-color css

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

 a { background-color: rgb(162,34,193); }

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

border-color css

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

 span { border-color: rgb(162,34,193); }

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