Html Css Color HEX #A53ED2 Dark Orchid

📋 copy color: '#A53ED2'

red 165 ◦ green 62 ◦ blue 210

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

Shades of Dark Orchid #A53ED2

Tints of Dark Orchid #A53ED2

RGB

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

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

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

R = 37.76%
G = 14.19%
B = 48.05%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A53ED2 (or 0xA53ED2) is known color: Dark Orchid. HEX triplet: A5, 3E and D2. RGB value is (165,62,210). Sum of RGB (Red+Green+Blue) = 165+62+210=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #A53ED2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53ED2 is #5AC12D. Grayscale: #6D6D6D. Windows color (decimal): -5947694 or 13778597. OLE color: 13778597.

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

Color convert

RGB 165 62 210 -
CMYK 0.21 0.70 0 0.18
HSL 281.76º 0.62% 0.53% -
HSV(B) 281.76º 0.7% 0.82% -
XYZ 28.87 16.1 62.56 -
YUV 109.67 184.62 167.47 -
System Red Green Blue C M Y K H S L
Decimal 165 62 210 0.21 0.70 0 0.18 281.76 0.62 0.53
Hex A5 3E D2 15 46 0 12 11A 3E 35
Octal 245 76 322 25 106 0 22 432 76 65
Binary 10100101 111110 11010010 10101 1000110 0 10010 100011010 111110 110101

Color Harmonies of #A53ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53ED2

Black with #A53ED2

Text Example


Text Example

White with #A53ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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