Html Css Color HEX #A12DDC Dark Orchid

📋 copy color: '#A12DDC'

red 161 ◦ green 45 ◦ blue 220

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

Shades of Dark Orchid #A12DDC

Tints of Dark Orchid #A12DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 37.79%
G = 10.56%
B = 51.64%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A12DDC (or 0xA12DDC) is known color: Dark Orchid. HEX triplet: A1, 2D and DC. RGB value is (161,45,220). Sum of RGB (Red+Green+Blue) = 161+45+220=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #A12DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12DDC is #5ED223. Grayscale: #636363. Windows color (decimal): -6214180 or 14429601. OLE color: 14429601.

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

Color convert

RGB 161 45 220 -
CMYK 0.27 0.80 0 0.14
HSL 279.77º 0.71% 0.52% -
HSV(B) 279.77º 0.8% 0.86% -
XYZ 28.55 14.62 69.03 -
YUV 99.63 195.93 171.77 -
System Red Green Blue C M Y K H S L
Decimal 161 45 220 0.27 0.80 0 0.14 279.77 0.71 0.52
Hex A1 2D DC 1B 50 0 E 118 47 34
Octal 241 55 334 33 120 0 16 430 107 64
Binary 10100001 101101 11011100 11011 1010000 0 1110 100011000 1000111 110100

Color Harmonies of #A12DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12DDC

Black with #A12DDC

Text Example


Text Example

White with #A12DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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