Html Css Color HEX #A12BDB Dark Orchid

📋 copy color: '#A12BDB'

red 161 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #A12BDB

Tints of Dark Orchid #A12BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.17%

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

R = 38.06%
G = 10.17%
B = 51.77%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A12BDB (or 0xA12BDB) is known color: Dark Orchid. HEX triplet: A1, 2B and DB. RGB value is (161,43,219). Sum of RGB (Red+Green+Blue) = 161+43+219=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #A12BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BDB is #5ED424. Grayscale: #616161. Windows color (decimal): -6214693 or 14363553. OLE color: 14363553.

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

Color convert

RGB 161 43 219 -
CMYK 0.26 0.80 0 0.14
HSL 280.23º 0.71% 0.51% -
HSV(B) 280.23º 0.8% 0.86% -
XYZ 28.35 14.42 68.31 -
YUV 98.35 196.09 172.69 -
System Red Green Blue C M Y K H S L
Decimal 161 43 219 0.26 0.80 0 0.14 280.23 0.71 0.51
Hex A1 2B DB 1A 50 0 E 118 47 33
Octal 241 53 333 32 120 0 16 430 107 63
Binary 10100001 101011 11011011 11010 1010000 0 1110 100011000 1000111 110011

Color Harmonies of #A12BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BDB

Black with #A12BDB

Text Example


Text Example

White with #A12BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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