Html Css Color HEX #A536AC Dark Orchid

📋 copy color: '#A536AC'

red 165 ◦ green 54 ◦ blue 172

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

Shades of Dark Orchid #A536AC

Tints of Dark Orchid #A536AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.81%

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

R = 42.2%
G = 13.81%
B = 43.99%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A536AC (or 0xA536AC) is known color: Dark Orchid. HEX triplet: A5, 36 and AC. RGB value is (165,54,172). Sum of RGB (Red+Green+Blue) = 165+54+172=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #A536AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A536AC is #5AC953. Grayscale: #646464. Windows color (decimal): -5949780 or 11286181. OLE color: 11286181.

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

Color convert

RGB 165 54 172 -
CMYK 0.04 0.69 0 0.33
HSL 296.44º 0.52% 0.44% -
HSV(B) 296.44º 0.69% 0.67% -
XYZ 24.28 13.62 40.38 -
YUV 100.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 165 54 172 0.04 0.69 0 0.33 296.44 0.52 0.44
Hex A5 36 AC 4 45 0 21 128 34 2C
Octal 245 66 254 4 105 0 41 450 64 54
Binary 10100101 110110 10101100 100 1000101 0 100001 100101000 110100 101100

Color Harmonies of #A536AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536AC

Black with #A536AC

Text Example


Text Example

White with #A536AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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