Html Css Color HEX #A336AE Dark Orchid

📋 copy color: '#A336AE'

red 163 ◦ green 54 ◦ blue 174

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

Shades of Dark Orchid #A336AE

Tints of Dark Orchid #A336AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 41.69%
G = 13.81%
B = 44.5%

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

#A336AE (or 0xA336AE) is known color: Dark Orchid. HEX triplet: A3, 36 and AE. RGB value is (163,54,174). Sum of RGB (Red+Green+Blue) = 163+54+174=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #A336AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A336AE is #5CC951. Grayscale: #636363. Windows color (decimal): -6080850 or 11417251. OLE color: 11417251.

HSL color Cylindrical-coordinate representation of color #A336AE: hue angle of 294.5º degrees, saturation: 0.53, 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 #A336AE is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 54 174 -
CMYK 0.06 0.69 0 0.32
HSL 294.5º 0.53% 0.45% -
HSV(B) 294.5º 0.69% 0.68% -
XYZ 24.06 13.48 41.38 -
YUV 100.27 169.61 172.74 -
System Red Green Blue C M Y K H S L
Decimal 163 54 174 0.06 0.69 0 0.32 294.5 0.53 0.45
Hex A3 36 AE 6 45 0 20 126 35 2D
Octal 243 66 256 6 105 0 40 446 65 55
Binary 10100011 110110 10101110 110 1000101 0 100000 100100110 110101 101101

Color Harmonies of #A336AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A336AE

Black with #A336AE

Text Example


Text Example

White with #A336AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A336AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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