Html Css Color HEX #A53EBA Dark Orchid

📋 copy color: '#A53EBA'

red 165 ◦ green 62 ◦ blue 186

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

Shades of Dark Orchid #A53EBA

Tints of Dark Orchid #A53EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.01%

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

R = 39.95%
G = 15.01%
B = 45.04%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A53EBA (or 0xA53EBA) is known color: Dark Orchid. HEX triplet: A5, 3E and BA. RGB value is (165,62,186). Sum of RGB (Red+Green+Blue) = 165+62+186=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #A53EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53EBA is #5AC145. Grayscale: #6A6A6A. Windows color (decimal): -5947718 or 12205733. OLE color: 12205733.

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

Color convert

RGB 165 62 186 -
CMYK 0.11 0.67 0 0.27
HSL 289.84º 0.5% 0.49% -
HSV(B) 289.84º 0.67% 0.73% -
XYZ 26.1 14.99 47.97 -
YUV 106.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 165 62 186 0.11 0.67 0 0.27 289.84 0.5 0.49
Hex A5 3E BA B 43 0 1B 122 32 31
Octal 245 76 272 13 103 0 33 442 62 61
Binary 10100101 111110 10111010 1011 1000011 0 11011 100100010 110010 110001

Color Harmonies of #A53EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53EBA

Black with #A53EBA

Text Example


Text Example

White with #A53EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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