Html Css Color HEX #A53DDA Dark Orchid

📋 copy color: '#A53DDA'

red 165 ◦ green 61 ◦ blue 218

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

Shades of Dark Orchid #A53DDA

Tints of Dark Orchid #A53DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 37.16%
G = 13.74%
B = 49.1%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A53DDA (or 0xA53DDA) is known color: Dark Orchid. HEX triplet: A5, 3D and DA. RGB value is (165,61,218). Sum of RGB (Red+Green+Blue) = 165+61+218=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #A53DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DDA is #5AC225. Grayscale: #6D6D6D. Windows color (decimal): -5947942 or 14302629. OLE color: 14302629.

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

Color convert

RGB 165 61 218 -
CMYK 0.24 0.72 0 0.15
HSL 279.75º 0.68% 0.55% -
HSV(B) 279.75º 0.72% 0.85% -
XYZ 29.84 16.4 67.92 -
YUV 109.99 188.96 167.23 -
System Red Green Blue C M Y K H S L
Decimal 165 61 218 0.24 0.72 0 0.15 279.75 0.68 0.55
Hex A5 3D DA 18 48 0 F 118 44 37
Octal 245 75 332 30 110 0 17 430 104 67
Binary 10100101 111101 11011010 11000 1001000 0 1111 100011000 1000100 110111

Color Harmonies of #A53DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DDA

Black with #A53DDA

Text Example


Text Example

White with #A53DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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