Html Css Color HEX #A53AD9 Dark Orchid

📋 copy color: '#A53AD9'

red 165 ◦ green 58 ◦ blue 217

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

Shades of Dark Orchid #A53AD9

Tints of Dark Orchid #A53AD9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.18%

 BLUE value IS 217 (85.16% from 255) = 49.32%

R = 37.5%
G = 13.18%
B = 49.32%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A53AD9 (or 0xA53AD9) is known color: Dark Orchid. HEX triplet: A5, 3A and D9. RGB value is (165,58,217). Sum of RGB (Red+Green+Blue) = 165+58+217=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #A53AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53AD9 is #5AC526. Grayscale: #6B6B6B. Windows color (decimal): -5948711 or 14236325. OLE color: 14236325.

HSL color Cylindrical-coordinate representation of color #A53AD9: hue angle of 280.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A53AD9 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 58 217 -
CMYK 0.24 0.73 0 0.15
HSL 280.38º 0.68% 0.54% -
HSV(B) 280.38º 0.73% 0.85% -
XYZ 29.55 16.04 67.18 -
YUV 108.12 189.45 168.57 -
System Red Green Blue C M Y K H S L
Decimal 165 58 217 0.24 0.73 0 0.15 280.38 0.68 0.54
Hex A5 3A D9 18 49 0 F 118 44 36
Octal 245 72 331 30 111 0 17 430 104 66
Binary 10100101 111010 11011001 11000 1001001 0 1111 100011000 1000100 110110

Color Harmonies of #A53AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53AD9

Black with #A53AD9

Text Example


Text Example

White with #A53AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53AD9; }

 p { color: rgb(165,58,217); }

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

background-color css

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

 a { background-color: rgb(165,58,217); }

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

border-color css

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

 span { border-color: rgb(165,58,217); }

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