Html Css Color HEX #A53CCE Dark Orchid

📋 copy color: '#A53CCE'

red 165 ◦ green 60 ◦ blue 206

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

Shades of Dark Orchid #A53CCE

Tints of Dark Orchid #A53CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 38.28%
G = 13.92%
B = 47.8%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A53CCE (or 0xA53CCE) is known color: Dark Orchid. HEX triplet: A5, 3C and CE. RGB value is (165,60,206). Sum of RGB (Red+Green+Blue) = 165+60+206=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #A53CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53CCE is #5AC331. Grayscale: #6B6B6B. Windows color (decimal): -5948210 or 13515941. OLE color: 13515941.

HSL color Cylindrical-coordinate representation of color #A53CCE: hue angle of 283.15º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53CCE is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 60 206 -
CMYK 0.20 0.71 0 0.19
HSL 283.15º 0.6% 0.52% -
HSV(B) 283.15º 0.71% 0.81% -
XYZ 28.27 15.69 59.93 -
YUV 108.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 165 60 206 0.20 0.71 0 0.19 283.15 0.6 0.52
Hex A5 3C CE 14 47 0 13 11B 3C 34
Octal 245 74 316 24 107 0 23 433 74 64
Binary 10100101 111100 11001110 10100 1000111 0 10011 100011011 111100 110100

Color Harmonies of #A53CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CCE

Black with #A53CCE

Text Example


Text Example

White with #A53CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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