Html Css Color HEX #A149DF Dark Orchid

📋 copy color: '#A149DF'

red 161 ◦ green 73 ◦ blue 223

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

Shades of Dark Orchid #A149DF

Tints of Dark Orchid #A149DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 35.23%
G = 15.97%
B = 48.8%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A149DF (or 0xA149DF) is known color: Dark Orchid. HEX triplet: A1, 49 and DF. RGB value is (161,73,223). Sum of RGB (Red+Green+Blue) = 161+73+223=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #A149DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149DF is #5EB620. Grayscale: #737373. Windows color (decimal): -6207009 or 14633377. OLE color: 14633377.

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

Color convert

RGB 161 73 223 -
CMYK 0.28 0.67 0 0.13
HSL 275.2º 0.7% 0.58% -
HSV(B) 275.2º 0.67% 0.87% -
XYZ 30.4 17.67 71.62 -
YUV 116.41 188.15 159.8 -
System Red Green Blue C M Y K H S L
Decimal 161 73 223 0.28 0.67 0 0.13 275.2 0.7 0.58
Hex A1 49 DF 1C 43 0 D 113 46 3A
Octal 241 111 337 34 103 0 15 423 106 72
Binary 10100001 1001001 11011111 11100 1000011 0 1101 100010011 1000110 111010

Color Harmonies of #A149DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149DF

Black with #A149DF

Text Example


Text Example

White with #A149DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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