Html Css Color HEX #A336AC Dark Orchid

📋 copy color: '#A336AC'

red 163 ◦ green 54 ◦ blue 172

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

Shades of Dark Orchid #A336AC

Tints of Dark Orchid #A336AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 41.9%
G = 13.88%
B = 44.22%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A336AC (or 0xA336AC) is known color: Dark Orchid. HEX triplet: A3, 36 and AC. RGB value is (163,54,172). Sum of RGB (Red+Green+Blue) = 163+54+172=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #A336AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A336AC is #5CC953. Grayscale: #636363. Windows color (decimal): -6080852 or 11286179. OLE color: 11286179.

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

Color convert

RGB 163 54 172 -
CMYK 0.05 0.69 0 0.33
HSL 295.42º 0.52% 0.44% -
HSV(B) 295.42º 0.69% 0.67% -
XYZ 23.87 13.4 40.36 -
YUV 100.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 163 54 172 0.05 0.69 0 0.33 295.42 0.52 0.44
Hex A3 36 AC 5 45 0 21 127 34 2C
Octal 243 66 254 5 105 0 41 447 64 54
Binary 10100011 110110 10101100 101 1000101 0 100001 100100111 110100 101100

Color Harmonies of #A336AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A336AC

Black with #A336AC

Text Example


Text Example

White with #A336AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A336AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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