Html Css Color HEX #A22CBA Dark Orchid

📋 copy color: '#A22CBA'

red 162 ◦ green 44 ◦ blue 186

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

Shades of Dark Orchid #A22CBA

Tints of Dark Orchid #A22CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 41.33%
G = 11.22%
B = 47.45%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A22CBA (or 0xA22CBA) is known color: Dark Orchid. HEX triplet: A2, 2C and BA. RGB value is (162,44,186). Sum of RGB (Red+Green+Blue) = 162+44+186=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #A22CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22CBA is #5DD345. Grayscale: #5F5F5F. Windows color (decimal): -6148934 or 12201122. OLE color: 12201122.

HSL color Cylindrical-coordinate representation of color #A22CBA: hue angle of 289.86º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22CBA is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 44 186 -
CMYK 0.13 0.76 0 0.27
HSL 289.86º 0.62% 0.45% -
HSV(B) 289.86º 0.76% 0.73% -
XYZ 24.66 13.03 47.67 -
YUV 95.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 162 44 186 0.13 0.76 0 0.27 289.86 0.62 0.45
Hex A2 2C BA D 4C 0 1B 122 3E 2D
Octal 242 54 272 15 114 0 33 442 76 55
Binary 10100010 101100 10111010 1101 1001100 0 11011 100100010 111110 101101

Color Harmonies of #A22CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22CBA

Black with #A22CBA

Text Example


Text Example

White with #A22CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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