Html Css Color HEX #A546D0 Dark Orchid

📋 copy color: '#A546D0'

red 165 ◦ green 70 ◦ blue 208

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

Shades of Dark Orchid #A546D0

Tints of Dark Orchid #A546D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.95%

R = 37.25%
G = 15.8%
B = 46.95%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A546D0 (or 0xA546D0) is known color: Dark Orchid. HEX triplet: A5, 46 and D0. RGB value is (165,70,208). Sum of RGB (Red+Green+Blue) = 165+70+208=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #A546D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546D0 is #5AB92F. Grayscale: #717171. Windows color (decimal): -5945648 or 13649573. OLE color: 13649573.

HSL color Cylindrical-coordinate representation of color #A546D0: hue angle of 281.3º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A546D0 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 70 208 -
CMYK 0.21 0.66 0 0.18
HSL 281.3º 0.59% 0.55% -
HSV(B) 281.3º 0.66% 0.82% -
XYZ 29.09 16.93 61.41 -
YUV 114.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 165 70 208 0.21 0.66 0 0.18 281.3 0.59 0.55
Hex A5 46 D0 15 42 0 12 119 3B 37
Octal 245 106 320 25 102 0 22 431 73 67
Binary 10100101 1000110 11010000 10101 1000010 0 10010 100011001 111011 110111

Color Harmonies of #A546D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A546D0

Black with #A546D0

Text Example


Text Example

White with #A546D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A546D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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