Html Css Color HEX #A631E0 Dark Orchid

📋 copy color: '#A631E0'

red 166 ◦ green 49 ◦ blue 224

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

Shades of Dark Orchid #A631E0

Tints of Dark Orchid #A631E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.03%

R = 37.81%
G = 11.16%
B = 51.03%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A631E0 (or 0xA631E0) is known color: Dark Orchid. HEX triplet: A6, 31 and E0. RGB value is (166,49,224). Sum of RGB (Red+Green+Blue) = 166+49+224=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #A631E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A631E0 is #59CE1F. Grayscale: #676767. Windows color (decimal): -5885472 or 14692774. OLE color: 14692774.

HSL color Cylindrical-coordinate representation of color #A631E0: hue angle of 280.11º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A631E0 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 49 224 -
CMYK 0.26 0.78 0 0.12
HSL 280.11º 0.74% 0.54% -
HSV(B) 280.11º 0.78% 0.88% -
XYZ 30.28 15.69 71.95 -
YUV 103.93 195.76 172.27 -
System Red Green Blue C M Y K H S L
Decimal 166 49 224 0.26 0.78 0 0.12 280.11 0.74 0.54
Hex A6 31 E0 1A 4E 0 C 118 4A 36
Octal 246 61 340 32 116 0 14 430 112 66
Binary 10100110 110001 11100000 11010 1001110 0 1100 100011000 1001010 110110

Color Harmonies of #A631E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631E0

Black with #A631E0

Text Example


Text Example

White with #A631E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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