Html Css Color HEX #A12CDA Dark Orchid

📋 copy color: '#A12CDA'

red 161 ◦ green 44 ◦ blue 218

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

Shades of Dark Orchid #A12CDA

Tints of Dark Orchid #A12CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 38.06%
G = 10.4%
B = 51.54%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A12CDA (or 0xA12CDA) is known color: Dark Orchid. HEX triplet: A1, 2C and DA. RGB value is (161,44,218). Sum of RGB (Red+Green+Blue) = 161+44+218=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #A12CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CDA is #5ED325. Grayscale: #626262. Windows color (decimal): -6214438 or 14298273. OLE color: 14298273.

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

Color convert

RGB 161 44 218 -
CMYK 0.26 0.80 0 0.15
HSL 280.34º 0.7% 0.51% -
HSV(B) 280.34º 0.8% 0.85% -
XYZ 28.25 14.44 67.63 -
YUV 98.82 195.26 172.35 -
System Red Green Blue C M Y K H S L
Decimal 161 44 218 0.26 0.80 0 0.15 280.34 0.7 0.51
Hex A1 2C DA 1A 50 0 F 118 46 33
Octal 241 54 332 32 120 0 17 430 106 63
Binary 10100001 101100 11011010 11010 1010000 0 1111 100011000 1000110 110011

Color Harmonies of #A12CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12CDA

Black with #A12CDA

Text Example


Text Example

White with #A12CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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