Html Css Color HEX #A53AD6 Dark Orchid

📋 copy color: '#A53AD6'

red 165 ◦ green 58 ◦ blue 214

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

Shades of Dark Orchid #A53AD6

Tints of Dark Orchid #A53AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.97%

R = 37.76%
G = 13.27%
B = 48.97%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A53AD6 (or 0xA53AD6) is known color: Dark Orchid. HEX triplet: A5, 3A and D6. RGB value is (165,58,214). Sum of RGB (Red+Green+Blue) = 165+58+214=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #A53AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53AD6 is #5AC529. Grayscale: #6B6B6B. Windows color (decimal): -5948714 or 14039717. OLE color: 14039717.

HSL color Cylindrical-coordinate representation of color #A53AD6: hue angle of 281.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A53AD6 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 58 214 -
CMYK 0.23 0.73 0 0.16
HSL 281.15º 0.66% 0.53% -
HSV(B) 281.15º 0.73% 0.84% -
XYZ 29.17 15.88 65.15 -
YUV 107.78 187.95 168.82 -
System Red Green Blue C M Y K H S L
Decimal 165 58 214 0.23 0.73 0 0.16 281.15 0.66 0.53
Hex A5 3A D6 17 49 0 10 119 42 35
Octal 245 72 326 27 111 0 20 431 102 65
Binary 10100101 111010 11010110 10111 1001001 0 10000 100011001 1000010 110101

Color Harmonies of #A53AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53AD6

Black with #A53AD6

Text Example


Text Example

White with #A53AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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