Html Css Color HEX #A546CD Dark Orchid

📋 copy color: '#A546CD'

red 165 ◦ green 70 ◦ blue 205

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

Shades of Dark Orchid #A546CD

Tints of Dark Orchid #A546CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 37.5%
G = 15.91%
B = 46.59%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A546CD (or 0xA546CD) is known color: Dark Orchid. HEX triplet: A5, 46 and CD. RGB value is (165,70,205). Sum of RGB (Red+Green+Blue) = 165+70+205=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #A546CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546CD is #5AB932. Grayscale: #717171. Windows color (decimal): -5945651 or 13452965. OLE color: 13452965.

HSL color Cylindrical-coordinate representation of color #A546CD: hue angle of 282.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A546CD is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 70 205 -
CMYK 0.20 0.66 0 0.20
HSL 282.22º 0.57% 0.54% -
HSV(B) 282.22º 0.66% 0.8% -
XYZ 28.73 16.79 59.48 -
YUV 113.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 165 70 205 0.20 0.66 0 0.20 282.22 0.57 0.54
Hex A5 46 CD 14 42 0 14 11A 39 36
Octal 245 106 315 24 102 0 24 432 71 66
Binary 10100101 1000110 11001101 10100 1000010 0 10100 100011010 111001 110110

Color Harmonies of #A546CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A546CD

Black with #A546CD

Text Example


Text Example

White with #A546CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A546CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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