Html Css Color HEX #A536AB Dark Orchid

📋 copy color: '#A536AB'

red 165 ◦ green 54 ◦ blue 171

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

Shades of Dark Orchid #A536AB

Tints of Dark Orchid #A536AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 42.31%
G = 13.85%
B = 43.85%

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

#A536AB (or 0xA536AB) is known color: Dark Orchid. HEX triplet: A5, 36 and AB. RGB value is (165,54,171). Sum of RGB (Red+Green+Blue) = 165+54+171=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #A536AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A536AB is #5AC954. Grayscale: #646464. Windows color (decimal): -5949781 or 11220645. OLE color: 11220645.

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

Color convert

RGB 165 54 171 -
CMYK 0.04 0.68 0 0.33
HSL 296.92º 0.52% 0.44% -
HSV(B) 296.92º 0.68% 0.67% -
XYZ 24.19 13.58 39.87 -
YUV 100.53 167.77 173.99 -
System Red Green Blue C M Y K H S L
Decimal 165 54 171 0.04 0.68 0 0.33 296.92 0.52 0.44
Hex A5 36 AB 4 44 0 21 129 34 2C
Octal 245 66 253 4 104 0 41 451 64 54
Binary 10100101 110110 10101011 100 1000100 0 100001 100101001 110100 101100

Color Harmonies of #A536AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536AB

Black with #A536AB

Text Example


Text Example

White with #A536AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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