Html Css Color HEX #A449DC Dark Orchid

📋 copy color: '#A449DC'

red 164 ◦ green 73 ◦ blue 220

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

Shades of Dark Orchid #A449DC

Tints of Dark Orchid #A449DC

RGB

 RED value IS 164 (64.45% from 255) = 35.89%

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

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

R = 35.89%
G = 15.97%
B = 48.14%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A449DC (or 0xA449DC) is known color: Dark Orchid. HEX triplet: A4, 49 and DC. RGB value is (164,73,220). Sum of RGB (Red+Green+Blue) = 164+73+220=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #A449DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449DC is #5BB623. Grayscale: #747474. Windows color (decimal): -6010404 or 14436772. OLE color: 14436772.

HSL color Cylindrical-coordinate representation of color #A449DC: hue angle of 277.14º 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 #A449DC is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 73 220 -
CMYK 0.25 0.67 0 0.14
HSL 277.14º 0.68% 0.57% -
HSV(B) 277.14º 0.67% 0.86% -
XYZ 30.61 17.82 69.54 -
YUV 116.97 186.15 161.55 -
System Red Green Blue C M Y K H S L
Decimal 164 73 220 0.25 0.67 0 0.14 277.14 0.68 0.57
Hex A4 49 DC 19 43 0 E 115 44 39
Octal 244 111 334 31 103 0 16 425 104 71
Binary 10100100 1001001 11011100 11001 1000011 0 1110 100010101 1000100 111001

Color Harmonies of #A449DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A449DC

Black with #A449DC

Text Example


Text Example

White with #A449DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A449DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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