Html Css Color HEX #A149DC Dark Orchid

📋 copy color: '#A149DC'

red 161 ◦ green 73 ◦ blue 220

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

Shades of Dark Orchid #A149DC

Tints of Dark Orchid #A149DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.08%

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 35.46%
G = 16.08%
B = 48.46%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A149DC (or 0xA149DC) is known color: Dark Orchid. HEX triplet: A1, 49 and DC. RGB value is (161,73,220). Sum of RGB (Red+Green+Blue) = 161+73+220=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #A149DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149DC is #5EB623. Grayscale: #737373. Windows color (decimal): -6207012 or 14436769. OLE color: 14436769.

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

Color convert

RGB 161 73 220 -
CMYK 0.27 0.67 0 0.14
HSL 275.92º 0.68% 0.57% -
HSV(B) 275.92º 0.67% 0.86% -
XYZ 30 17.51 69.51 -
YUV 116.07 186.65 160.05 -
System Red Green Blue C M Y K H S L
Decimal 161 73 220 0.27 0.67 0 0.14 275.92 0.68 0.57
Hex A1 49 DC 1B 43 0 E 114 44 39
Octal 241 111 334 33 103 0 16 424 104 71
Binary 10100001 1001001 11011100 11011 1000011 0 1110 100010100 1000100 111001

Color Harmonies of #A149DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149DC

Black with #A149DC

Text Example


Text Example

White with #A149DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149DC; }

 p { color: rgb(161,73,220); }

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

background-color css

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

 a { background-color: rgb(161,73,220); }

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

border-color css

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

 span { border-color: rgb(161,73,220); }

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