Html Css Color HEX #A536BA Dark Orchid

📋 copy color: '#A536BA'

red 165 ◦ green 54 ◦ blue 186

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

Shades of Dark Orchid #A536BA

Tints of Dark Orchid #A536BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 40.74%
G = 13.33%
B = 45.93%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A536BA (or 0xA536BA) is known color: Dark Orchid. HEX triplet: A5, 36 and BA. RGB value is (165,54,186). Sum of RGB (Red+Green+Blue) = 165+54+186=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #A536BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536BA is #5AC945. Grayscale: #656565. Windows color (decimal): -5949766 or 12203685. OLE color: 12203685.

HSL color Cylindrical-coordinate representation of color #A536BA: hue angle of 290.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A536BA is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 54 186 -
CMYK 0.11 0.71 0 0.27
HSL 290.45º 0.55% 0.47% -
HSV(B) 290.45º 0.71% 0.73% -
XYZ 25.7 14.18 47.84 -
YUV 102.24 175.27 172.77 -
System Red Green Blue C M Y K H S L
Decimal 165 54 186 0.11 0.71 0 0.27 290.45 0.55 0.47
Hex A5 36 BA B 47 0 1B 122 37 2F
Octal 245 66 272 13 107 0 33 442 67 57
Binary 10100101 110110 10111010 1011 1000111 0 11011 100100010 110111 101111

Color Harmonies of #A536BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536BA

Black with #A536BA

Text Example


Text Example

White with #A536BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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