Html Css Color HEX #A22CBE Dark Orchid

📋 copy color: '#A22CBE'

red 162 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #A22CBE

Tints of Dark Orchid #A22CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 40.91%
G = 11.11%
B = 47.98%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A22CBE (or 0xA22CBE) is known color: Dark Orchid. HEX triplet: A2, 2C and BE. RGB value is (162,44,190). Sum of RGB (Red+Green+Blue) = 162+44+190=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #A22CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22CBE is #5DD341. Grayscale: #5F5F5F. Windows color (decimal): -6148930 or 12463266. OLE color: 12463266.

HSL color Cylindrical-coordinate representation of color #A22CBE: hue angle of 288.49º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22CBE is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 44 190 -
CMYK 0.15 0.77 0 0.25
HSL 288.49º 0.62% 0.46% -
HSV(B) 288.49º 0.77% 0.75% -
XYZ 25.1 13.2 49.94 -
YUV 95.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 162 44 190 0.15 0.77 0 0.25 288.49 0.62 0.46
Hex A2 2C BE F 4D 0 19 120 3E 2E
Octal 242 54 276 17 115 0 31 440 76 56
Binary 10100010 101100 10111110 1111 1001101 0 11001 100100000 111110 101110

Color Harmonies of #A22CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22CBE

Black with #A22CBE

Text Example


Text Example

White with #A22CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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