Html Css Color HEX #A53CCC Dark Orchid

📋 copy color: '#A53CCC'

red 165 ◦ green 60 ◦ blue 204

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

Shades of Dark Orchid #A53CCC

Tints of Dark Orchid #A53CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 38.46%
G = 13.99%
B = 47.55%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A53CCC (or 0xA53CCC) is known color: Dark Orchid. HEX triplet: A5, 3C and CC. RGB value is (165,60,204). Sum of RGB (Red+Green+Blue) = 165+60+204=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #A53CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53CCC is #5AC333. Grayscale: #6B6B6B. Windows color (decimal): -5948212 or 13384869. OLE color: 13384869.

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

Color convert

RGB 165 60 204 -
CMYK 0.19 0.71 0 0.2
HSL 283.75º 0.59% 0.52% -
HSV(B) 283.75º 0.71% 0.8% -
XYZ 28.03 15.59 58.66 -
YUV 107.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 165 60 204 0.19 0.71 0 0.2 283.75 0.59 0.52
Hex A5 3C CC 13 47 0 14 11C 3B 34
Octal 245 74 314 23 107 0 24 434 73 64
Binary 10100101 111100 11001100 10011 1000111 0 10100 100011100 111011 110100

Color Harmonies of #A53CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CCC

Black with #A53CCC

Text Example


Text Example

White with #A53CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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