Html Css Color HEX #A631D1 Dark Orchid

📋 copy color: '#A631D1'

red 166 ◦ green 49 ◦ blue 209

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

Shades of Dark Orchid #A631D1

Tints of Dark Orchid #A631D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.29%

R = 39.15%
G = 11.56%
B = 49.29%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A631D1 (or 0xA631D1) is known color: Dark Orchid. HEX triplet: A6, 31 and D1. RGB value is (166,49,209). Sum of RGB (Red+Green+Blue) = 166+49+209=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #A631D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A631D1 is #59CE2E. Grayscale: #656565. Windows color (decimal): -5885487 or 13709734. OLE color: 13709734.

HSL color Cylindrical-coordinate representation of color #A631D1: hue angle of 283.88º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A631D1 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 49 209 -
CMYK 0.21 0.77 0 0.18
HSL 283.88º 0.63% 0.51% -
HSV(B) 283.88º 0.77% 0.82% -
XYZ 28.33 14.91 61.71 -
YUV 102.22 188.26 173.49 -
System Red Green Blue C M Y K H S L
Decimal 166 49 209 0.21 0.77 0 0.18 283.88 0.63 0.51
Hex A6 31 D1 15 4D 0 12 11C 3F 33
Octal 246 61 321 25 115 0 22 434 77 63
Binary 10100110 110001 11010001 10101 1001101 0 10010 100011100 111111 110011

Color Harmonies of #A631D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631D1

Black with #A631D1

Text Example


Text Example

White with #A631D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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