Html Css Color HEX #A12ACD Dark Orchid

📋 copy color: '#A12ACD'

red 161 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #A12ACD

Tints of Dark Orchid #A12ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.29%

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 39.46%
G = 10.29%
B = 50.25%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A12ACD (or 0xA12ACD) is known color: Dark Orchid. HEX triplet: A1, 2A and CD. RGB value is (161,42,205). Sum of RGB (Red+Green+Blue) = 161+42+205=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #A12ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12ACD is #5ED532. Grayscale: #5F5F5F. Windows color (decimal): -6214963 or 13445793. OLE color: 13445793.

HSL color Cylindrical-coordinate representation of color #A12ACD: hue angle of 283.8º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12ACD is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 42 205 -
CMYK 0.21 0.80 0 0.20
HSL 283.8º 0.66% 0.48% -
HSV(B) 283.8º 0.8% 0.8% -
XYZ 26.55 13.64 58.99 -
YUV 96.16 189.42 174.25 -
System Red Green Blue C M Y K H S L
Decimal 161 42 205 0.21 0.80 0 0.20 283.8 0.66 0.48
Hex A1 2A CD 15 50 0 14 11C 42 30
Octal 241 52 315 25 120 0 24 434 102 60
Binary 10100001 101010 11001101 10101 1010000 0 10100 100011100 1000010 110000

Color Harmonies of #A12ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12ACD

Black with #A12ACD

Text Example


Text Example

White with #A12ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12ACD; }

 p { color: rgb(161,42,205); }

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

background-color css

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

 a { background-color: rgb(161,42,205); }

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

border-color css

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

 span { border-color: rgb(161,42,205); }

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