Html Css Color HEX #A546D5 Dark Orchid

📋 copy color: '#A546D5'

red 165 ◦ green 70 ◦ blue 213

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

Shades of Dark Orchid #A546D5

Tints of Dark Orchid #A546D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.54%

R = 36.83%
G = 15.63%
B = 47.54%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A546D5 (or 0xA546D5) is known color: Dark Orchid. HEX triplet: A5, 46 and D5. RGB value is (165,70,213). Sum of RGB (Red+Green+Blue) = 165+70+213=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #A546D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546D5 is #5AB92A. Grayscale: #727272. Windows color (decimal): -5945643 or 13977253. OLE color: 13977253.

HSL color Cylindrical-coordinate representation of color #A546D5: hue angle of 279.86º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A546D5 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 70 213 -
CMYK 0.23 0.67 0 0.16
HSL 279.86º 0.63% 0.55% -
HSV(B) 279.86º 0.67% 0.84% -
XYZ 29.72 17.18 64.7 -
YUV 114.71 183.47 163.87 -
System Red Green Blue C M Y K H S L
Decimal 165 70 213 0.23 0.67 0 0.16 279.86 0.63 0.55
Hex A5 46 D5 17 43 0 10 118 3F 37
Octal 245 106 325 27 103 0 20 430 77 67
Binary 10100101 1000110 11010101 10111 1000011 0 10000 100011000 111111 110111

Color Harmonies of #A546D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A546D5

Black with #A546D5

Text Example


Text Example

White with #A546D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A546D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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