Html Css Color HEX #A736AC Dark Orchid

📋 copy color: '#A736AC'

red 167 ◦ green 54 ◦ blue 172

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

Shades of Dark Orchid #A736AC

Tints of Dark Orchid #A736AC

RGB

 RED value IS 167 (65.63% from 255) = 42.49%

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

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

R = 42.49%
G = 13.74%
B = 43.77%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A736AC (or 0xA736AC) is known color: Dark Orchid. HEX triplet: A7, 36 and AC. RGB value is (167,54,172). Sum of RGB (Red+Green+Blue) = 167+54+172=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #A736AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A736AC is #58C953. Grayscale: #646464. Windows color (decimal): -5818708 or 11286183. OLE color: 11286183.

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

Color convert

RGB 167 54 172 -
CMYK 0.03 0.69 0 0.33
HSL 297.46º 0.52% 0.44% -
HSV(B) 297.46º 0.69% 0.67% -
XYZ 24.7 13.83 40.4 -
YUV 101.24 167.94 174.91 -
System Red Green Blue C M Y K H S L
Decimal 167 54 172 0.03 0.69 0 0.33 297.46 0.52 0.44
Hex A7 36 AC 3 45 0 21 129 34 2C
Octal 247 66 254 3 105 0 41 451 64 54
Binary 10100111 110110 10101100 11 1000101 0 100001 100101001 110100 101100

Color Harmonies of #A736AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A736AC

Black with #A736AC

Text Example


Text Example

White with #A736AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A736AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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