Html Css Color HEX #A631CE Dark Orchid

📋 copy color: '#A631CE'

red 166 ◦ green 49 ◦ blue 206

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

Shades of Dark Orchid #A631CE

Tints of Dark Orchid #A631CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 39.43%
G = 11.64%
B = 48.93%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A631CE (or 0xA631CE) is known color: Dark Orchid. HEX triplet: A6, 31 and CE. RGB value is (166,49,206). Sum of RGB (Red+Green+Blue) = 166+49+206=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #A631CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A631CE is #59CE31. Grayscale: #656565. Windows color (decimal): -5885490 or 13513126. OLE color: 13513126.

HSL color Cylindrical-coordinate representation of color #A631CE: hue angle of 284.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A631CE is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 49 206 -
CMYK 0.19 0.76 0 0.19
HSL 284.71º 0.62% 0.5% -
HSV(B) 284.71º 0.76% 0.81% -
XYZ 27.96 14.76 59.77 -
YUV 101.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 166 49 206 0.19 0.76 0 0.19 284.71 0.62 0.5
Hex A6 31 CE 13 4C 0 13 11D 3E 32
Octal 246 61 316 23 114 0 23 435 76 62
Binary 10100110 110001 11001110 10011 1001100 0 10011 100011101 111110 110010

Color Harmonies of #A631CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631CE

Black with #A631CE

Text Example


Text Example

White with #A631CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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