Html Css Color HEX #A731AE Dark Orchid

📋 copy color: '#A731AE'

red 167 ◦ green 49 ◦ blue 174

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

Shades of Dark Orchid #A731AE

Tints of Dark Orchid #A731AE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.56%

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

R = 42.82%
G = 12.56%
B = 44.62%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A731AE (or 0xA731AE) is known color: Dark Orchid. HEX triplet: A7, 31 and AE. RGB value is (167,49,174). Sum of RGB (Red+Green+Blue) = 167+49+174=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #A731AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A731AE is #58CE51. Grayscale: #626262. Windows color (decimal): -5819986 or 11415975. OLE color: 11415975.

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

Color convert

RGB 167 49 174 -
CMYK 0.04 0.72 0 0.32
HSL 296.64º 0.56% 0.44% -
HSV(B) 296.64º 0.72% 0.68% -
XYZ 24.67 13.47 41.34 -
YUV 98.53 170.59 176.84 -
System Red Green Blue C M Y K H S L
Decimal 167 49 174 0.04 0.72 0 0.32 296.64 0.56 0.44
Hex A7 31 AE 4 48 0 20 129 38 2C
Octal 247 61 256 4 110 0 40 451 70 54
Binary 10100111 110001 10101110 100 1001000 0 100000 100101001 111000 101100

Color Harmonies of #A731AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A731AE

Black with #A731AE

Text Example


Text Example

White with #A731AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A731AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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