Html Css Color HEX #A336AD Dark Orchid

📋 copy color: '#A336AD'

red 163 ◦ green 54 ◦ blue 173

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

Shades of Dark Orchid #A336AD

Tints of Dark Orchid #A336AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.36%

R = 41.79%
G = 13.85%
B = 44.36%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A336AD (or 0xA336AD) is known color: Dark Orchid. HEX triplet: A3, 36 and AD. RGB value is (163,54,173). Sum of RGB (Red+Green+Blue) = 163+54+173=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #A336AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A336AD is #5CC952. Grayscale: #636363. Windows color (decimal): -6080851 or 11351715. OLE color: 11351715.

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

Color convert

RGB 163 54 173 -
CMYK 0.06 0.69 0 0.32
HSL 294.96º 0.52% 0.45% -
HSV(B) 294.96º 0.69% 0.68% -
XYZ 23.97 13.44 40.87 -
YUV 100.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 163 54 173 0.06 0.69 0 0.32 294.96 0.52 0.45
Hex A3 36 AD 6 45 0 20 127 34 2D
Octal 243 66 255 6 105 0 40 447 64 55
Binary 10100011 110110 10101101 110 1000101 0 100000 100100111 110100 101101

Color Harmonies of #A336AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A336AD

Black with #A336AD

Text Example


Text Example

White with #A336AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A336AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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