Html Css Color HEX #A336AB Dark Orchid

📋 copy color: '#A336AB'

red 163 ◦ green 54 ◦ blue 171

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

Shades of Dark Orchid #A336AB

Tints of Dark Orchid #A336AB

RGB

 RED value IS 163 (64.06% from 255) = 42.01%

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

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

R = 42.01%
G = 13.92%
B = 44.07%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A336AB (or 0xA336AB) is known color: Dark Orchid. HEX triplet: A3, 36 and AB. RGB value is (163,54,171). Sum of RGB (Red+Green+Blue) = 163+54+171=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #A336AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A336AB is #5CC954. Grayscale: #636363. Windows color (decimal): -6080853 or 11220643. OLE color: 11220643.

HSL color Cylindrical-coordinate representation of color #A336AB: hue angle of 295.9º 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 #A336AB is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 54 171 -
CMYK 0.05 0.68 0 0.33
HSL 295.9º 0.52% 0.44% -
HSV(B) 295.9º 0.68% 0.67% -
XYZ 23.77 13.37 39.85 -
YUV 99.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 163 54 171 0.05 0.68 0 0.33 295.9 0.52 0.44
Hex A3 36 AB 5 44 0 21 128 34 2C
Octal 243 66 253 5 104 0 41 450 64 54
Binary 10100011 110110 10101011 101 1000100 0 100001 100101000 110100 101100

Color Harmonies of #A336AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A336AB

Black with #A336AB

Text Example


Text Example

White with #A336AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A336AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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