Html Css Color HEX #A631BC Dark Orchid

📋 copy color: '#A631BC'

red 166 ◦ green 49 ◦ blue 188

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

Shades of Dark Orchid #A631BC

Tints of Dark Orchid #A631BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 41.19%
G = 12.16%
B = 46.65%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A631BC (or 0xA631BC) is known color: Dark Orchid. HEX triplet: A6, 31 and BC. RGB value is (166,49,188). Sum of RGB (Red+Green+Blue) = 166+49+188=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #A631BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A631BC is #59CE43. Grayscale: #636363. Windows color (decimal): -5885508 or 12333478. OLE color: 12333478.

HSL color Cylindrical-coordinate representation of color #A631BC: hue angle of 290.5º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A631BC is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 49 188 -
CMYK 0.12 0.74 0 0.26
HSL 290.5º 0.59% 0.46% -
HSV(B) 290.5º 0.74% 0.74% -
XYZ 25.9 13.93 48.9 -
YUV 99.83 177.76 175.2 -
System Red Green Blue C M Y K H S L
Decimal 166 49 188 0.12 0.74 0 0.26 290.5 0.59 0.46
Hex A6 31 BC C 4A 0 1A 123 3B 2E
Octal 246 61 274 14 112 0 32 443 73 56
Binary 10100110 110001 10111100 1100 1001010 0 11010 100100011 111011 101110

Color Harmonies of #A631BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631BC

Black with #A631BC

Text Example


Text Example

White with #A631BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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