Html Css Color HEX #A631A9 Dark Orchid

📋 copy color: '#A631A9'

red 166 ◦ green 49 ◦ blue 169

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

Shades of Dark Orchid #A631A9

Tints of Dark Orchid #A631A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.01%

R = 43.23%
G = 12.76%
B = 44.01%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A631A9 (or 0xA631A9) is known color: Dark Orchid. HEX triplet: A6, 31 and A9. RGB value is (166,49,169). Sum of RGB (Red+Green+Blue) = 166+49+169=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 169 - color contains mainly: blue. Hex color #A631A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A631A9 is #59CE56. Grayscale: #616161. Windows color (decimal): -5885527 or 11088294. OLE color: 11088294.

HSL color Cylindrical-coordinate representation of color #A631A9: hue angle of 298.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A631A9 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 49 169 -
CMYK 0.02 0.71 0 0.34
HSL 298.5º 0.55% 0.43% -
HSV(B) 298.5º 0.71% 0.66% -
XYZ 23.99 13.17 38.81 -
YUV 97.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 166 49 169 0.02 0.71 0 0.34 298.5 0.55 0.43
Hex A6 31 A9 2 47 0 22 12A 37 2B
Octal 246 61 251 2 107 0 42 452 67 53
Binary 10100110 110001 10101001 10 1000111 0 100010 100101010 110111 101011

Color Harmonies of #A631A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631A9

Black with #A631A9

Text Example


Text Example

White with #A631A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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