Html Css Color HEX #A836AC Dark Orchid

📋 copy color: '#A836AC'

red 168 ◦ green 54 ◦ blue 172

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

Shades of Dark Orchid #A836AC

Tints of Dark Orchid #A836AC

RGB

 RED value IS 168 (66.02% from 255) = 42.64%

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

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

R = 42.64%
G = 13.71%
B = 43.65%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A836AC (or 0xA836AC) is known color: Dark Orchid. HEX triplet: A8, 36 and AC. RGB value is (168,54,172). Sum of RGB (Red+Green+Blue) = 168+54+172=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #A836AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A836AC is #57C953. Grayscale: #656565. Windows color (decimal): -5753172 or 11286184. OLE color: 11286184.

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

Color convert

RGB 168 54 172 -
CMYK 0.02 0.69 0 0.33
HSL 297.97º 0.52% 0.44% -
HSV(B) 297.97º 0.69% 0.67% -
XYZ 24.91 13.94 40.41 -
YUV 101.54 167.77 175.41 -
System Red Green Blue C M Y K H S L
Decimal 168 54 172 0.02 0.69 0 0.33 297.97 0.52 0.44
Hex A8 36 AC 2 45 0 21 12A 34 2C
Octal 250 66 254 2 105 0 41 452 64 54
Binary 10101000 110110 10101100 10 1000101 0 100001 100101010 110100 101100

Color Harmonies of #A836AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836AC

Black with #A836AC

Text Example


Text Example

White with #A836AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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