Html Css Color HEX #A53CDC Dark Orchid

📋 copy color: '#A53CDC'

red 165 ◦ green 60 ◦ blue 220

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

Shades of Dark Orchid #A53CDC

Tints of Dark Orchid #A53CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.48%

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

R = 37.08%
G = 13.48%
B = 49.44%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A53CDC (or 0xA53CDC) is known color: Dark Orchid. HEX triplet: A5, 3C and DC. RGB value is (165,60,220). Sum of RGB (Red+Green+Blue) = 165+60+220=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #A53CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53CDC is #5AC323. Grayscale: #6D6D6D. Windows color (decimal): -5948196 or 14433445. OLE color: 14433445.

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

Color convert

RGB 165 60 220 -
CMYK 0.25 0.73 0 0.14
HSL 279.38º 0.7% 0.55% -
HSV(B) 279.38º 0.73% 0.86% -
XYZ 30.05 16.4 69.29 -
YUV 109.64 190.29 167.49 -
System Red Green Blue C M Y K H S L
Decimal 165 60 220 0.25 0.73 0 0.14 279.38 0.7 0.55
Hex A5 3C DC 19 49 0 E 117 46 37
Octal 245 74 334 31 111 0 16 427 106 67
Binary 10100101 111100 11011100 11001 1001001 0 1110 100010111 1000110 110111

Color Harmonies of #A53CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CDC

Black with #A53CDC

Text Example


Text Example

White with #A53CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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