Html Css Color HEX #A53ADC Dark Orchid

📋 copy color: '#A53ADC'

red 165 ◦ green 58 ◦ blue 220

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

Shades of Dark Orchid #A53ADC

Tints of Dark Orchid #A53ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 37.25%
G = 13.09%
B = 49.66%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A53ADC (or 0xA53ADC) is known color: Dark Orchid. HEX triplet: A5, 3A and DC. RGB value is (165,58,220). Sum of RGB (Red+Green+Blue) = 165+58+220=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #A53ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53ADC is #5AC523. Grayscale: #6B6B6B. Windows color (decimal): -5948708 or 14432933. OLE color: 14432933.

HSL color Cylindrical-coordinate representation of color #A53ADC: hue angle of 279.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A53ADC is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 58 220 -
CMYK 0.25 0.74 0 0.14
HSL 279.63º 0.7% 0.55% -
HSV(B) 279.63º 0.74% 0.86% -
XYZ 29.95 16.19 69.26 -
YUV 108.46 190.95 168.33 -
System Red Green Blue C M Y K H S L
Decimal 165 58 220 0.25 0.74 0 0.14 279.63 0.7 0.55
Hex A5 3A DC 19 4A 0 E 118 46 37
Octal 245 72 334 31 112 0 16 430 106 67
Binary 10100101 111010 11011100 11001 1001010 0 1110 100011000 1000110 110111

Color Harmonies of #A53ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53ADC

Black with #A53ADC

Text Example


Text Example

White with #A53ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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