Html Css Color HEX #A739AE Dark Orchid

📋 copy color: '#A739AE'

red 167 ◦ green 57 ◦ blue 174

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

Shades of Dark Orchid #A739AE

Tints of Dark Orchid #A739AE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.32%

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

R = 41.96%
G = 14.32%
B = 43.72%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A739AE (or 0xA739AE) is known color: Dark Orchid. HEX triplet: A7, 39 and AE. RGB value is (167,57,174). Sum of RGB (Red+Green+Blue) = 167+57+174=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #A739AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A739AE is #58C651. Grayscale: #666666. Windows color (decimal): -5817938 or 11418023. OLE color: 11418023.

HSL color Cylindrical-coordinate representation of color #A739AE: hue angle of 296.41º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A739AE is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 57 174 -
CMYK 0.04 0.67 0 0.32
HSL 296.41º 0.51% 0.45% -
HSV(B) 296.41º 0.67% 0.68% -
XYZ 25.04 14.2 41.47 -
YUV 103.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 167 57 174 0.04 0.67 0 0.32 296.41 0.51 0.45
Hex A7 39 AE 4 43 0 20 128 33 2D
Octal 247 71 256 4 103 0 40 450 63 55
Binary 10100111 111001 10101110 100 1000011 0 100000 100101000 110011 101101

Color Harmonies of #A739AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A739AE

Black with #A739AE

Text Example


Text Example

White with #A739AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A739AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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