Html Css Color HEX #A831AD Dark Orchid

📋 copy color: '#A831AD'

red 168 ◦ green 49 ◦ blue 173

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

Shades of Dark Orchid #A831AD

Tints of Dark Orchid #A831AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.36%

R = 43.08%
G = 12.56%
B = 44.36%

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

#A831AD (or 0xA831AD) is known color: Dark Orchid. HEX triplet: A8, 31 and AD. RGB value is (168,49,173). Sum of RGB (Red+Green+Blue) = 168+49+173=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #A831AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A831AD is #57CE52. Grayscale: #626262. Windows color (decimal): -5754451 or 11350440. OLE color: 11350440.

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

Color convert

RGB 168 49 173 -
CMYK 0.03 0.72 0 0.32
HSL 297.58º 0.56% 0.44% -
HSV(B) 297.58º 0.72% 0.68% -
XYZ 24.79 13.54 40.84 -
YUV 98.72 169.92 177.42 -
System Red Green Blue C M Y K H S L
Decimal 168 49 173 0.03 0.72 0 0.32 297.58 0.56 0.44
Hex A8 31 AD 3 48 0 20 12A 38 2C
Octal 250 61 255 3 110 0 40 452 70 54
Binary 10101000 110001 10101101 11 1001000 0 100000 100101010 111000 101100

Color Harmonies of #A831AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831AD

Black with #A831AD

Text Example


Text Example

White with #A831AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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