Html Css Color HEX #A631DC Dark Orchid

📋 copy color: '#A631DC'

red 166 ◦ green 49 ◦ blue 220

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

Shades of Dark Orchid #A631DC

Tints of Dark Orchid #A631DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 38.16%
G = 11.26%
B = 50.57%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A631DC (or 0xA631DC) is known color: Dark Orchid. HEX triplet: A6, 31 and DC. RGB value is (166,49,220). Sum of RGB (Red+Green+Blue) = 166+49+220=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #A631DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A631DC is #59CE23. Grayscale: #666666. Windows color (decimal): -5885476 or 14430630. OLE color: 14430630.

HSL color Cylindrical-coordinate representation of color #A631DC: hue angle of 281.05º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A631DC is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 49 220 -
CMYK 0.25 0.78 0 0.14
HSL 281.05º 0.71% 0.53% -
HSV(B) 281.05º 0.78% 0.86% -
XYZ 29.74 15.47 69.13 -
YUV 103.48 193.76 172.6 -
System Red Green Blue C M Y K H S L
Decimal 166 49 220 0.25 0.78 0 0.14 281.05 0.71 0.53
Hex A6 31 DC 19 4E 0 E 119 47 35
Octal 246 61 334 31 116 0 16 431 107 65
Binary 10100110 110001 11011100 11001 1001110 0 1110 100011001 1000111 110101

Color Harmonies of #A631DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631DC

Black with #A631DC

Text Example


Text Example

White with #A631DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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