Html Css Color HEX #A736AE Dark Orchid

📋 copy color: '#A736AE'

red 167 ◦ green 54 ◦ blue 174

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

Shades of Dark Orchid #A736AE

Tints of Dark Orchid #A736AE

RGB

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

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

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

R = 42.28%
G = 13.67%
B = 44.05%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A736AE (or 0xA736AE) is known color: Dark Orchid. HEX triplet: A7, 36 and AE. RGB value is (167,54,174). Sum of RGB (Red+Green+Blue) = 167+54+174=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #A736AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A736AE is #58C951. Grayscale: #656565. Windows color (decimal): -5818706 or 11417255. OLE color: 11417255.

HSL color Cylindrical-coordinate representation of color #A736AE: hue angle of 296.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 #A736AE is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 54 174 -
CMYK 0.04 0.69 0 0.32
HSL 296.5º 0.53% 0.45% -
HSV(B) 296.5º 0.69% 0.68% -
XYZ 24.9 13.91 41.42 -
YUV 101.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 167 54 174 0.04 0.69 0 0.32 296.5 0.53 0.45
Hex A7 36 AE 4 45 0 20 128 35 2D
Octal 247 66 256 4 105 0 40 450 65 55
Binary 10100111 110110 10101110 100 1000101 0 100000 100101000 110101 101101

Color Harmonies of #A736AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A736AE

Black with #A736AE

Text Example


Text Example

White with #A736AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A736AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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