Html Css Color HEX #A546DC Dark Orchid

📋 copy color: '#A546DC'

red 165 ◦ green 70 ◦ blue 220

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

Shades of Dark Orchid #A546DC

Tints of Dark Orchid #A546DC

RGB

 RED value IS 165 (64.84% from 255) = 36.26%

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

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

R = 36.26%
G = 15.38%
B = 48.35%

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

#A546DC (or 0xA546DC) is known color: Dark Orchid. HEX triplet: A5, 46 and DC. RGB value is (165,70,220). Sum of RGB (Red+Green+Blue) = 165+70+220=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #A546DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546DC is #5AB923. Grayscale: #737373. Windows color (decimal): -5945636 or 14436005. OLE color: 14436005.

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

Color convert

RGB 165 70 220 -
CMYK 0.25 0.68 0 0.14
HSL 278º 0.68% 0.57% -
HSV(B) 278º 0.68% 0.86% -
XYZ 30.63 17.55 69.48 -
YUV 115.51 186.97 163.3 -
System Red Green Blue C M Y K H S L
Decimal 165 70 220 0.25 0.68 0 0.14 278 0.68 0.57
Hex A5 46 DC 19 44 0 E 116 44 39
Octal 245 106 334 31 104 0 16 426 104 71
Binary 10100101 1000110 11011100 11001 1000100 0 1110 100010110 1000100 111001

Color Harmonies of #A546DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A546DC

Black with #A546DC

Text Example


Text Example

White with #A546DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A546DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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