Html Css Color HEX #A12BDC Dark Orchid

📋 copy color: '#A12BDC'

red 161 ◦ green 43 ◦ blue 220

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

Shades of Dark Orchid #A12BDC

Tints of Dark Orchid #A12BDC

RGB

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

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

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

R = 37.97%
G = 10.14%
B = 51.89%

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

#A12BDC (or 0xA12BDC) is known color: Dark Orchid. HEX triplet: A1, 2B and DC. RGB value is (161,43,220). Sum of RGB (Red+Green+Blue) = 161+43+220=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #A12BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BDC is #5ED423. Grayscale: #616161. Windows color (decimal): -6214692 or 14429089. OLE color: 14429089.

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

Color convert

RGB 161 43 220 -
CMYK 0.27 0.80 0 0.14
HSL 280º 0.72% 0.52% -
HSV(B) 280º 0.8% 0.86% -
XYZ 28.48 14.47 69 -
YUV 98.46 196.59 172.61 -
System Red Green Blue C M Y K H S L
Decimal 161 43 220 0.27 0.80 0 0.14 280 0.72 0.52
Hex A1 2B DC 1B 50 0 E 118 48 34
Octal 241 53 334 33 120 0 16 430 110 64
Binary 10100001 101011 11011100 11011 1010000 0 1110 100011000 1001000 110100

Color Harmonies of #A12BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BDC

Black with #A12BDC

Text Example


Text Example

White with #A12BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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