Html Css Color HEX #A631AE Dark Orchid

📋 copy color: '#A631AE'

red 166 ◦ green 49 ◦ blue 174

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

Shades of Dark Orchid #A631AE

Tints of Dark Orchid #A631AE

RGB

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

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

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

R = 42.67%
G = 12.6%
B = 44.73%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A631AE (or 0xA631AE) is known color: Dark Orchid. HEX triplet: A6, 31 and AE. RGB value is (166,49,174). Sum of RGB (Red+Green+Blue) = 166+49+174=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #A631AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A631AE is #59CE51. Grayscale: #616161. Windows color (decimal): -5885522 or 11415974. OLE color: 11415974.

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

Color convert

RGB 166 49 174 -
CMYK 0.05 0.72 0 0.32
HSL 296.16º 0.56% 0.44% -
HSV(B) 296.16º 0.72% 0.68% -
XYZ 24.46 13.36 41.33 -
YUV 98.23 170.76 176.34 -
System Red Green Blue C M Y K H S L
Decimal 166 49 174 0.05 0.72 0 0.32 296.16 0.56 0.44
Hex A6 31 AE 5 48 0 20 128 38 2C
Octal 246 61 256 5 110 0 40 450 70 54
Binary 10100110 110001 10101110 101 1001000 0 100000 100101000 111000 101100

Color Harmonies of #A631AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631AE

Black with #A631AE

Text Example


Text Example

White with #A631AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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