Html Css Color HEX #A446DC Dark Orchid

📋 copy color: '#A446DC'

red 164 ◦ green 70 ◦ blue 220

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

Shades of Dark Orchid #A446DC

Tints of Dark Orchid #A446DC

RGB

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

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

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

R = 36.12%
G = 15.42%
B = 48.46%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A446DC (or 0xA446DC) is known color: Dark Orchid. HEX triplet: A4, 46 and DC. RGB value is (164,70,220). Sum of RGB (Red+Green+Blue) = 164+70+220=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 70 (27.73% from 255 or 15.42% 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 #A446DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446DC is #5BB923. Grayscale: #727272. Windows color (decimal): -6011172 or 14436004. OLE color: 14436004.

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

Color convert

RGB 164 70 220 -
CMYK 0.25 0.68 0 0.14
HSL 277.6º 0.68% 0.57% -
HSV(B) 277.6º 0.68% 0.86% -
XYZ 30.42 17.44 69.47 -
YUV 115.21 187.14 162.8 -
System Red Green Blue C M Y K H S L
Decimal 164 70 220 0.25 0.68 0 0.14 277.6 0.68 0.57
Hex A4 46 DC 19 44 0 E 116 44 39
Octal 244 106 334 31 104 0 16 426 104 71
Binary 10100100 1000110 11011100 11001 1000100 0 1110 100010110 1000100 111001

Color Harmonies of #A446DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A446DC

Black with #A446DC

Text Example


Text Example

White with #A446DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A446DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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