Html Css Color HEX #A12DDB Dark Orchid

📋 copy color: '#A12DDB'

red 161 ◦ green 45 ◦ blue 219

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

Shades of Dark Orchid #A12DDB

Tints of Dark Orchid #A12DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.59%

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

R = 37.88%
G = 10.59%
B = 51.53%

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

#A12DDB (or 0xA12DDB) is known color: Dark Orchid. HEX triplet: A1, 2D and DB. RGB value is (161,45,219). Sum of RGB (Red+Green+Blue) = 161+45+219=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #A12DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12DDB is #5ED224. Grayscale: #626262. Windows color (decimal): -6214181 or 14364065. OLE color: 14364065.

HSL color Cylindrical-coordinate representation of color #A12DDB: hue angle of 280º 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 #A12DDB is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 45 219 -
CMYK 0.26 0.79 0 0.14
HSL 280º 0.71% 0.52% -
HSV(B) 280º 0.79% 0.86% -
XYZ 28.42 14.57 68.33 -
YUV 99.52 195.43 171.85 -
System Red Green Blue C M Y K H S L
Decimal 161 45 219 0.26 0.79 0 0.14 280 0.71 0.52
Hex A1 2D DB 1A 4F 0 E 118 47 34
Octal 241 55 333 32 117 0 16 430 107 64
Binary 10100001 101101 11011011 11010 1001111 0 1110 100011000 1000111 110100

Color Harmonies of #A12DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12DDB

Black with #A12DDB

Text Example


Text Example

White with #A12DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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