Html Css Color HEX #A53DD0 Dark Orchid

📋 copy color: '#A53DD0'

red 165 ◦ green 61 ◦ blue 208

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

Shades of Dark Orchid #A53DD0

Tints of Dark Orchid #A53DD0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.06%

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 38.02%
G = 14.06%
B = 47.93%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A53DD0 (or 0xA53DD0) is known color: Dark Orchid. HEX triplet: A5, 3D and D0. RGB value is (165,61,208). Sum of RGB (Red+Green+Blue) = 165+61+208=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #A53DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DD0 is #5AC22F. Grayscale: #6C6C6C. Windows color (decimal): -5947952 or 13647269. OLE color: 13647269.

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

Color convert

RGB 165 61 208 -
CMYK 0.21 0.71 0 0.18
HSL 282.45º 0.61% 0.53% -
HSV(B) 282.45º 0.71% 0.82% -
XYZ 28.57 15.89 61.24 -
YUV 108.85 183.96 168.05 -
System Red Green Blue C M Y K H S L
Decimal 165 61 208 0.21 0.71 0 0.18 282.45 0.61 0.53
Hex A5 3D D0 15 47 0 12 11A 3D 35
Octal 245 75 320 25 107 0 22 432 75 65
Binary 10100101 111101 11010000 10101 1000111 0 10010 100011010 111101 110101

Color Harmonies of #A53DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DD0

Black with #A53DD0

Text Example


Text Example

White with #A53DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DD0; }

 p { color: rgb(165,61,208); }

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

background-color css

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

 a { background-color: rgb(165,61,208); }

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

border-color css

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

 span { border-color: rgb(165,61,208); }

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