Html Css Color HEX #A12CDD Dark Orchid

📋 copy color: '#A12CDD'

red 161 ◦ green 44 ◦ blue 221

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

Shades of Dark Orchid #A12CDD

Tints of Dark Orchid #A12CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.33%

 BLUE value IS 221 (86.72% from 255) = 51.88%

R = 37.79%
G = 10.33%
B = 51.88%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A12CDD (or 0xA12CDD) is known color: Dark Orchid. HEX triplet: A1, 2C and DD. RGB value is (161,44,221). Sum of RGB (Red+Green+Blue) = 161+44+221=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #A12CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CDD is #5ED322. Grayscale: #626262. Windows color (decimal): -6214435 or 14494881. OLE color: 14494881.

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

Color convert

RGB 161 44 221 -
CMYK 0.27 0.80 0 0.13
HSL 279.66º 0.72% 0.52% -
HSV(B) 279.66º 0.8% 0.87% -
XYZ 28.65 14.6 69.71 -
YUV 99.16 196.76 172.11 -
System Red Green Blue C M Y K H S L
Decimal 161 44 221 0.27 0.80 0 0.13 279.66 0.72 0.52
Hex A1 2C DD 1B 50 0 D 118 48 34
Octal 241 54 335 33 120 0 15 430 110 64
Binary 10100001 101100 11011101 11011 1010000 0 1101 100011000 1001000 110100

Color Harmonies of #A12CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12CDD

Black with #A12CDD

Text Example


Text Example

White with #A12CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12CDD; }

 p { color: rgb(161,44,221); }

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

background-color css

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

 a { background-color: rgb(161,44,221); }

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

border-color css

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

 span { border-color: rgb(161,44,221); }

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