Html Css Color HEX #A12EDB Dark Orchid

📋 copy color: '#A12EDB'

red 161 ◦ green 46 ◦ blue 219

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

Shades of Dark Orchid #A12EDB

Tints of Dark Orchid #A12EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.8%

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

R = 37.79%
G = 10.8%
B = 51.41%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A12EDB (or 0xA12EDB) is known color: Dark Orchid. HEX triplet: A1, 2E and DB. RGB value is (161,46,219). Sum of RGB (Red+Green+Blue) = 161+46+219=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #A12EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12EDB is #5ED124. Grayscale: #636363. Windows color (decimal): -6213925 or 14364321. OLE color: 14364321.

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

Color convert

RGB 161 46 219 -
CMYK 0.26 0.79 0 0.14
HSL 279.88º 0.71% 0.52% -
HSV(B) 279.88º 0.79% 0.86% -
XYZ 28.46 14.65 68.34 -
YUV 100.11 195.1 171.43 -
System Red Green Blue C M Y K H S L
Decimal 161 46 219 0.26 0.79 0 0.14 279.88 0.71 0.52
Hex A1 2E DB 1A 4F 0 E 118 47 34
Octal 241 56 333 32 117 0 16 430 107 64
Binary 10100001 101110 11011011 11010 1001111 0 1110 100011000 1000111 110100

Color Harmonies of #A12EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12EDB

Black with #A12EDB

Text Example


Text Example

White with #A12EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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