Html Css Color HEX #A12ADB Dark Orchid

📋 copy color: '#A12ADB'

red 161 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #A12ADB

Tints of Dark Orchid #A12ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 38.15%
G = 9.95%
B = 51.9%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A12ADB (or 0xA12ADB) is known color: Dark Orchid. HEX triplet: A1, 2A and DB. RGB value is (161,42,219). Sum of RGB (Red+Green+Blue) = 161+42+219=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #A12ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12ADB is #5ED524. Grayscale: #616161. Windows color (decimal): -6214949 or 14363297. OLE color: 14363297.

HSL color Cylindrical-coordinate representation of color #A12ADB: hue angle of 280.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A12ADB is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 42 219 -
CMYK 0.26 0.81 0 0.14
HSL 280.34º 0.71% 0.51% -
HSV(B) 280.34º 0.81% 0.86% -
XYZ 28.31 14.35 68.29 -
YUV 97.76 196.42 173.11 -
System Red Green Blue C M Y K H S L
Decimal 161 42 219 0.26 0.81 0 0.14 280.34 0.71 0.51
Hex A1 2A DB 1A 51 0 E 118 47 33
Octal 241 52 333 32 121 0 16 430 107 63
Binary 10100001 101010 11011011 11010 1010001 0 1110 100011000 1000111 110011

Color Harmonies of #A12ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12ADB

Black with #A12ADB

Text Example


Text Example

White with #A12ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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