Html Css Color HEX #A53DCC Dark Orchid

📋 copy color: '#A53DCC'

red 165 ◦ green 61 ◦ blue 204

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

Shades of Dark Orchid #A53DCC

Tints of Dark Orchid #A53DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.19%

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

R = 38.37%
G = 14.19%
B = 47.44%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A53DCC (or 0xA53DCC) is known color: Dark Orchid. HEX triplet: A5, 3D and CC. RGB value is (165,61,204). Sum of RGB (Red+Green+Blue) = 165+61+204=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #A53DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DCC is #5AC233. Grayscale: #6B6B6B. Windows color (decimal): -5947956 or 13385125. OLE color: 13385125.

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

Color convert

RGB 165 61 204 -
CMYK 0.19 0.70 0 0.2
HSL 283.64º 0.58% 0.52% -
HSV(B) 283.64º 0.7% 0.8% -
XYZ 28.08 15.7 58.68 -
YUV 108.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 165 61 204 0.19 0.70 0 0.2 283.64 0.58 0.52
Hex A5 3D CC 13 46 0 14 11C 3A 34
Octal 245 75 314 23 106 0 24 434 72 64
Binary 10100101 111101 11001100 10011 1000110 0 10100 100011100 111010 110100

Color Harmonies of #A53DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DCC

Black with #A53DCC

Text Example


Text Example

White with #A53DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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