Html Css Color HEX #A146CD Dark Orchid

📋 copy color: '#A146CD'

red 161 ◦ green 70 ◦ blue 205

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

Shades of Dark Orchid #A146CD

Tints of Dark Orchid #A146CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.06%

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

R = 36.93%
G = 16.06%
B = 47.02%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A146CD (or 0xA146CD) is known color: Dark Orchid. HEX triplet: A1, 46 and CD. RGB value is (161,70,205). Sum of RGB (Red+Green+Blue) = 161+70+205=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #A146CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146CD is #5EB932. Grayscale: #707070. Windows color (decimal): -6207795 or 13452961. OLE color: 13452961.

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

Color convert

RGB 161 70 205 -
CMYK 0.21 0.66 0 0.20
HSL 280.44º 0.57% 0.54% -
HSV(B) 280.44º 0.66% 0.8% -
XYZ 27.91 16.37 59.45 -
YUV 112.6 180.15 162.52 -
System Red Green Blue C M Y K H S L
Decimal 161 70 205 0.21 0.66 0 0.20 280.44 0.57 0.54
Hex A1 46 CD 15 42 0 14 118 39 36
Octal 241 106 315 25 102 0 24 430 71 66
Binary 10100001 1000110 11001101 10101 1000010 0 10100 100011000 111001 110110

Color Harmonies of #A146CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A146CD

Black with #A146CD

Text Example


Text Example

White with #A146CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A146CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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