Html Css Color HEX #A631AD Dark Orchid

📋 copy color: '#A631AD'

red 166 ◦ green 49 ◦ blue 173

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

Shades of Dark Orchid #A631AD

Tints of Dark Orchid #A631AD

RGB

 RED value IS 166 (65.23% from 255) = 42.78%

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

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

R = 42.78%
G = 12.63%
B = 44.59%

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

#A631AD (or 0xA631AD) is known color: Dark Orchid. HEX triplet: A6, 31 and AD. RGB value is (166,49,173). Sum of RGB (Red+Green+Blue) = 166+49+173=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #A631AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A631AD is #59CE52. Grayscale: #616161. Windows color (decimal): -5885523 or 11350438. OLE color: 11350438.

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

Color convert

RGB 166 49 173 -
CMYK 0.04 0.72 0 0.32
HSL 296.61º 0.56% 0.44% -
HSV(B) 296.61º 0.72% 0.68% -
XYZ 24.37 13.32 40.82 -
YUV 98.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 166 49 173 0.04 0.72 0 0.32 296.61 0.56 0.44
Hex A6 31 AD 4 48 0 20 129 38 2C
Octal 246 61 255 4 110 0 40 451 70 54
Binary 10100110 110001 10101101 100 1001000 0 100000 100101001 111000 101100

Color Harmonies of #A631AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631AD

Black with #A631AD

Text Example


Text Example

White with #A631AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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