Html Css Color HEX #A631BD Dark Orchid

📋 copy color: '#A631BD'

red 166 ◦ green 49 ◦ blue 189

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

Shades of Dark Orchid #A631BD

Tints of Dark Orchid #A631BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 41.09%
G = 12.13%
B = 46.78%

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

#A631BD (or 0xA631BD) is known color: Dark Orchid. HEX triplet: A6, 31 and BD. RGB value is (166,49,189). Sum of RGB (Red+Green+Blue) = 166+49+189=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #A631BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A631BD is #59CE42. Grayscale: #636363. Windows color (decimal): -5885507 or 12399014. OLE color: 12399014.

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

Color convert

RGB 166 49 189 -
CMYK 0.12 0.74 0 0.26
HSL 290.14º 0.59% 0.47% -
HSV(B) 290.14º 0.74% 0.74% -
XYZ 26.01 13.98 49.47 -
YUV 99.94 178.26 175.12 -
System Red Green Blue C M Y K H S L
Decimal 166 49 189 0.12 0.74 0 0.26 290.14 0.59 0.47
Hex A6 31 BD C 4A 0 1A 122 3B 2F
Octal 246 61 275 14 112 0 32 442 73 57
Binary 10100110 110001 10111101 1100 1001010 0 11010 100100010 111011 101111

Color Harmonies of #A631BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631BD

Black with #A631BD

Text Example


Text Example

White with #A631BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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