Html Css Color HEX #A631BA Dark Orchid

📋 copy color: '#A631BA'

red 166 ◦ green 49 ◦ blue 186

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

Shades of Dark Orchid #A631BA

Tints of Dark Orchid #A631BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 41.4%
G = 12.22%
B = 46.38%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A631BA (or 0xA631BA) is known color: Dark Orchid. HEX triplet: A6, 31 and BA. RGB value is (166,49,186). Sum of RGB (Red+Green+Blue) = 166+49+186=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #A631BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A631BA is #59CE45. Grayscale: #636363. Windows color (decimal): -5885510 or 12202406. OLE color: 12202406.

HSL color Cylindrical-coordinate representation of color #A631BA: hue angle of 291.24º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A631BA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 49 186 -
CMYK 0.11 0.74 0 0.27
HSL 291.24º 0.58% 0.46% -
HSV(B) 291.24º 0.74% 0.73% -
XYZ 25.69 13.85 47.77 -
YUV 99.6 176.76 175.36 -
System Red Green Blue C M Y K H S L
Decimal 166 49 186 0.11 0.74 0 0.27 291.24 0.58 0.46
Hex A6 31 BA B 4A 0 1B 123 3A 2E
Octal 246 61 272 13 112 0 33 443 72 56
Binary 10100110 110001 10111010 1011 1001010 0 11011 100100011 111010 101110

Color Harmonies of #A631BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631BA

Black with #A631BA

Text Example


Text Example

White with #A631BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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