Html Css Color HEX #A53CDA Dark Orchid

📋 copy color: '#A53CDA'

red 165 ◦ green 60 ◦ blue 218

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

Shades of Dark Orchid #A53CDA

Tints of Dark Orchid #A53CDA

RGB

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

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

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

R = 37.25%
G = 13.54%
B = 49.21%

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

#A53CDA (or 0xA53CDA) is known color: Dark Orchid. HEX triplet: A5, 3C and DA. RGB value is (165,60,218). Sum of RGB (Red+Green+Blue) = 165+60+218=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #A53CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53CDA is #5AC325. Grayscale: #6C6C6C. Windows color (decimal): -5948198 or 14302373. OLE color: 14302373.

HSL color Cylindrical-coordinate representation of color #A53CDA: hue angle of 279.87º 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 #A53CDA is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 60 218 -
CMYK 0.24 0.72 0 0.15
HSL 279.87º 0.68% 0.55% -
HSV(B) 279.87º 0.72% 0.85% -
XYZ 29.79 16.29 67.9 -
YUV 109.41 189.29 167.65 -
System Red Green Blue C M Y K H S L
Decimal 165 60 218 0.24 0.72 0 0.15 279.87 0.68 0.55
Hex A5 3C DA 18 48 0 F 118 44 37
Octal 245 74 332 30 110 0 17 430 104 67
Binary 10100101 111100 11011010 11000 1001000 0 1111 100011000 1000100 110111

Color Harmonies of #A53CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CDA

Black with #A53CDA

Text Example


Text Example

White with #A53CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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