Html Css Color HEX #A146DD Dark Orchid

📋 copy color: '#A146DD'

red 161 ◦ green 70 ◦ blue 221

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

Shades of Dark Orchid #A146DD

Tints of Dark Orchid #A146DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 35.62%
G = 15.49%
B = 48.89%

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

#A146DD (or 0xA146DD) is known color: Dark Orchid. HEX triplet: A1, 46 and DD. RGB value is (161,70,221). Sum of RGB (Red+Green+Blue) = 161+70+221=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #A146DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146DD is #5EB922. Grayscale: #717171. Windows color (decimal): -6207779 or 14501537. OLE color: 14501537.

HSL color Cylindrical-coordinate representation of color #A146DD: hue angle of 276.16º degrees, saturation: 0.69, 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 #A146DD is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 70 221 -
CMYK 0.27 0.68 0 0.13
HSL 276.16º 0.69% 0.57% -
HSV(B) 276.16º 0.68% 0.87% -
XYZ 29.94 17.18 70.14 -
YUV 114.42 188.15 161.22 -
System Red Green Blue C M Y K H S L
Decimal 161 70 221 0.27 0.68 0 0.13 276.16 0.69 0.57
Hex A1 46 DD 1B 44 0 D 114 45 39
Octal 241 106 335 33 104 0 15 424 105 71
Binary 10100001 1000110 11011101 11011 1000100 0 1101 100010100 1000101 111001

Color Harmonies of #A146DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A146DD

Black with #A146DD

Text Example


Text Example

White with #A146DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A146DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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