Html Css Color HEX #A336AA Dark Orchid

📋 copy color: '#A336AA'

red 163 ◦ green 54 ◦ blue 170

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

Shades of Dark Orchid #A336AA

Tints of Dark Orchid #A336AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 42.12%
G = 13.95%
B = 43.93%

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

#A336AA (or 0xA336AA) is known color: Dark Orchid. HEX triplet: A3, 36 and AA. RGB value is (163,54,170). Sum of RGB (Red+Green+Blue) = 163+54+170=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #A336AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A336AA is #5CC955. Grayscale: #636363. Windows color (decimal): -6080854 or 11155107. OLE color: 11155107.

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

Color convert

RGB 163 54 170 -
CMYK 0.04 0.68 0 0.33
HSL 296.38º 0.52% 0.44% -
HSV(B) 296.38º 0.68% 0.67% -
XYZ 23.68 13.33 39.35 -
YUV 99.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 163 54 170 0.04 0.68 0 0.33 296.38 0.52 0.44
Hex A3 36 AA 4 44 0 21 128 34 2C
Octal 243 66 252 4 104 0 41 450 64 54
Binary 10100011 110110 10101010 100 1000100 0 100001 100101000 110100 101100

Color Harmonies of #A336AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A336AA

Black with #A336AA

Text Example


Text Example

White with #A336AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A336AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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