Html Css Color HEX #A631DF Dark Orchid

📋 copy color: '#A631DF'

red 166 ◦ green 49 ◦ blue 223

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

Shades of Dark Orchid #A631DF

Tints of Dark Orchid #A631DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 37.9%
G = 11.19%
B = 50.91%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A631DF (or 0xA631DF) is known color: Dark Orchid. HEX triplet: A6, 31 and DF. RGB value is (166,49,223). Sum of RGB (Red+Green+Blue) = 166+49+223=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #A631DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A631DF is #59CE20. Grayscale: #676767. Windows color (decimal): -5885473 or 14627238. OLE color: 14627238.

HSL color Cylindrical-coordinate representation of color #A631DF: hue angle of 280.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A631DF is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 49 223 -
CMYK 0.26 0.78 0 0.13
HSL 280.34º 0.73% 0.53% -
HSV(B) 280.34º 0.78% 0.87% -
XYZ 30.14 15.63 71.24 -
YUV 103.82 195.26 172.35 -
System Red Green Blue C M Y K H S L
Decimal 166 49 223 0.26 0.78 0 0.13 280.34 0.73 0.53
Hex A6 31 DF 1A 4E 0 D 118 49 35
Octal 246 61 337 32 116 0 15 430 111 65
Binary 10100110 110001 11011111 11010 1001110 0 1101 100011000 1001001 110101

Color Harmonies of #A631DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631DF

Black with #A631DF

Text Example


Text Example

White with #A631DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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