Html Css Color HEX #A53ACC Dark Orchid

📋 copy color: '#A53ACC'

red 165 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #A53ACC

Tints of Dark Orchid #A53ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.58%

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

R = 38.64%
G = 13.58%
B = 47.78%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A53ACC (or 0xA53ACC) is known color: Dark Orchid. HEX triplet: A5, 3A and CC. RGB value is (165,58,204). Sum of RGB (Red+Green+Blue) = 165+58+204=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #A53ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53ACC is #5AC533. Grayscale: #6A6A6A. Windows color (decimal): -5948724 or 13384357. OLE color: 13384357.

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

Color convert

RGB 165 58 204 -
CMYK 0.19 0.72 0 0.2
HSL 283.97º 0.59% 0.51% -
HSV(B) 283.97º 0.72% 0.8% -
XYZ 27.93 15.39 58.62 -
YUV 106.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 165 58 204 0.19 0.72 0 0.2 283.97 0.59 0.51
Hex A5 3A CC 13 48 0 14 11C 3B 33
Octal 245 72 314 23 110 0 24 434 73 63
Binary 10100101 111010 11001100 10011 1001000 0 10100 100011100 111011 110011

Color Harmonies of #A53ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53ACC

Black with #A53ACC

Text Example


Text Example

White with #A53ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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