Html Css Color HEX #A12ADE Dark Orchid

📋 copy color: '#A12ADE'

red 161 ◦ green 42 ◦ blue 222

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

Shades of Dark Orchid #A12ADE

Tints of Dark Orchid #A12ADE

RGB

 RED value IS 161 (63.28% from 255) = 37.88%

 GREEN value IS 42 (16.8% from 255) = 9.88%

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 37.88%
G = 9.88%
B = 52.24%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A12ADE (or 0xA12ADE) is known color: Dark Orchid. HEX triplet: A1, 2A and DE. RGB value is (161,42,222). Sum of RGB (Red+Green+Blue) = 161+42+222=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #A12ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12ADE is #5ED521. Grayscale: #616161. Windows color (decimal): -6214946 or 14559905. OLE color: 14559905.

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

Color convert

RGB 161 42 222 -
CMYK 0.27 0.81 0 0.13
HSL 279.67º 0.73% 0.52% -
HSV(B) 279.67º 0.81% 0.87% -
XYZ 28.71 14.51 70.39 -
YUV 98.1 197.92 172.86 -
System Red Green Blue C M Y K H S L
Decimal 161 42 222 0.27 0.81 0 0.13 279.67 0.73 0.52
Hex A1 2A DE 1B 51 0 D 118 49 34
Octal 241 52 336 33 121 0 15 430 111 64
Binary 10100001 101010 11011110 11011 1010001 0 1101 100011000 1001001 110100

Color Harmonies of #A12ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12ADE

Black with #A12ADE

Text Example


Text Example

White with #A12ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12ADE; }

 p { color: rgb(161,42,222); }

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

background-color css

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

 a { background-color: rgb(161,42,222); }

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

border-color css

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

 span { border-color: rgb(161,42,222); }

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