Html Css Color HEX #A146DE Dark Orchid

📋 copy color: '#A146DE'

red 161 ◦ green 70 ◦ blue 222

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

Shades of Dark Orchid #A146DE

Tints of Dark Orchid #A146DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 35.54%
G = 15.45%
B = 49.01%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A146DE (or 0xA146DE) is known color: Dark Orchid. HEX triplet: A1, 46 and DE. RGB value is (161,70,222). Sum of RGB (Red+Green+Blue) = 161+70+222=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #A146DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146DE is #5EB921. Grayscale: #727272. Windows color (decimal): -6207778 or 14567073. OLE color: 14567073.

HSL color Cylindrical-coordinate representation of color #A146DE: hue angle of 275.92º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A146DE is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 70 222 -
CMYK 0.27 0.68 0 0.13
HSL 275.92º 0.7% 0.57% -
HSV(B) 275.92º 0.68% 0.87% -
XYZ 30.07 17.23 70.85 -
YUV 114.54 188.65 161.14 -
System Red Green Blue C M Y K H S L
Decimal 161 70 222 0.27 0.68 0 0.13 275.92 0.7 0.57
Hex A1 46 DE 1B 44 0 D 114 46 39
Octal 241 106 336 33 104 0 15 424 106 71
Binary 10100001 1000110 11011110 11011 1000100 0 1101 100010100 1000110 111001

Color Harmonies of #A146DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A146DE

Black with #A146DE

Text Example


Text Example

White with #A146DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A146DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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