Html Css Color HEX #A53AD2 Dark Orchid

📋 copy color: '#A53AD2'

red 165 ◦ green 58 ◦ blue 210

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

Shades of Dark Orchid #A53AD2

Tints of Dark Orchid #A53AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.5%

R = 38.11%
G = 13.39%
B = 48.5%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A53AD2 (or 0xA53AD2) is known color: Dark Orchid. HEX triplet: A5, 3A and D2. RGB value is (165,58,210). Sum of RGB (Red+Green+Blue) = 165+58+210=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #A53AD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53AD2 is #5AC52D. Grayscale: #6A6A6A. Windows color (decimal): -5948718 or 13777573. OLE color: 13777573.

HSL color Cylindrical-coordinate representation of color #A53AD2: hue angle of 282.24º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A53AD2 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 58 210 -
CMYK 0.21 0.72 0 0.18
HSL 282.24º 0.63% 0.53% -
HSV(B) 282.24º 0.72% 0.82% -
XYZ 28.66 15.68 62.49 -
YUV 107.32 185.95 169.14 -
System Red Green Blue C M Y K H S L
Decimal 165 58 210 0.21 0.72 0 0.18 282.24 0.63 0.53
Hex A5 3A D2 15 48 0 12 11A 3F 35
Octal 245 72 322 25 110 0 22 432 77 65
Binary 10100101 111010 11010010 10101 1001000 0 10010 100011010 111111 110101

Color Harmonies of #A53AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53AD2

Black with #A53AD2

Text Example


Text Example

White with #A53AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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