Html Css Color HEX #A53CBA Dark Orchid

📋 copy color: '#A53CBA'

red 165 ◦ green 60 ◦ blue 186

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

Shades of Dark Orchid #A53CBA

Tints of Dark Orchid #A53CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.6%

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 40.15%
G = 14.6%
B = 45.26%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A53CBA (or 0xA53CBA) is known color: Dark Orchid. HEX triplet: A5, 3C and BA. RGB value is (165,60,186). Sum of RGB (Red+Green+Blue) = 165+60+186=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #A53CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53CBA is #5AC345. Grayscale: #696969. Windows color (decimal): -5948230 or 12205221. OLE color: 12205221.

HSL color Cylindrical-coordinate representation of color #A53CBA: hue angle of 290º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53CBA is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 60 186 -
CMYK 0.11 0.68 0 0.27
HSL 290º 0.51% 0.48% -
HSV(B) 290º 0.68% 0.73% -
XYZ 26 14.78 47.94 -
YUV 105.76 173.29 170.25 -
System Red Green Blue C M Y K H S L
Decimal 165 60 186 0.11 0.68 0 0.27 290 0.51 0.48
Hex A5 3C BA B 44 0 1B 122 33 30
Octal 245 74 272 13 104 0 33 442 63 60
Binary 10100101 111100 10111010 1011 1000100 0 11011 100100010 110011 110000

Color Harmonies of #A53CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CBA

Black with #A53CBA

Text Example


Text Example

White with #A53CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CBA; }

 p { color: rgb(165,60,186); }

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

background-color css

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

 a { background-color: rgb(165,60,186); }

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

border-color css

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

 span { border-color: rgb(165,60,186); }

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