Html Css Color HEX #A831AE Dark Orchid

📋 copy color: '#A831AE'

red 168 ◦ green 49 ◦ blue 174

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

Shades of Dark Orchid #A831AE

Tints of Dark Orchid #A831AE

RGB

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

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

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

R = 42.97%
G = 12.53%
B = 44.5%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A831AE (or 0xA831AE) is known color: Dark Orchid. HEX triplet: A8, 31 and AE. RGB value is (168,49,174). Sum of RGB (Red+Green+Blue) = 168+49+174=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #A831AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A831AE is #57CE51. Grayscale: #626262. Windows color (decimal): -5754450 or 11415976. OLE color: 11415976.

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

Color convert

RGB 168 49 174 -
CMYK 0.03 0.72 0 0.32
HSL 297.12º 0.56% 0.44% -
HSV(B) 297.12º 0.72% 0.68% -
XYZ 24.89 13.58 41.35 -
YUV 98.83 170.42 177.34 -
System Red Green Blue C M Y K H S L
Decimal 168 49 174 0.03 0.72 0 0.32 297.12 0.56 0.44
Hex A8 31 AE 3 48 0 20 129 38 2C
Octal 250 61 256 3 110 0 40 451 70 54
Binary 10101000 110001 10101110 11 1001000 0 100000 100101001 111000 101100

Color Harmonies of #A831AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831AE

Black with #A831AE

Text Example


Text Example

White with #A831AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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