Html Css Color HEX #A537AC Dark Orchid

📋 copy color: '#A537AC'

red 165 ◦ green 55 ◦ blue 172

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

Shades of Dark Orchid #A537AC

Tints of Dark Orchid #A537AC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.03%

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 42.09%
G = 14.03%
B = 43.88%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A537AC (or 0xA537AC) is known color: Dark Orchid. HEX triplet: A5, 37 and AC. RGB value is (165,55,172). Sum of RGB (Red+Green+Blue) = 165+55+172=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #A537AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A537AC is #5AC853. Grayscale: #646464. Windows color (decimal): -5949524 or 11286437. OLE color: 11286437.

HSL color Cylindrical-coordinate representation of color #A537AC: hue angle of 296.41º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A537AC is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 55 172 -
CMYK 0.04 0.68 0 0.33
HSL 296.41º 0.52% 0.45% -
HSV(B) 296.41º 0.68% 0.67% -
XYZ 24.33 13.71 40.39 -
YUV 101.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 165 55 172 0.04 0.68 0 0.33 296.41 0.52 0.45
Hex A5 37 AC 4 44 0 21 128 34 2D
Octal 245 67 254 4 104 0 41 450 64 55
Binary 10100101 110111 10101100 100 1000100 0 100001 100101000 110100 101101

Color Harmonies of #A537AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A537AC

Black with #A537AC

Text Example


Text Example

White with #A537AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A537AC; }

 p { color: rgb(165,55,172); }

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

background-color css

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

 a { background-color: rgb(165,55,172); }

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

border-color css

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

 span { border-color: rgb(165,55,172); }

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