Html Css Color HEX #A31AC9 Dark Orchid

📋 copy color: '#A31AC9'

red 163 ◦ green 26 ◦ blue 201

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

Shades of Dark Orchid #A31AC9

Tints of Dark Orchid #A31AC9

RGB

 RED value IS 163 (64.06% from 255) = 41.79%

 GREEN value IS 26 (10.55% from 255) = 6.67%

 BLUE value IS 201 (78.91% from 255) = 51.54%

R = 41.79%
G = 6.67%
B = 51.54%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A31AC9 (or 0xA31AC9) is known color: Dark Orchid. HEX triplet: A3, 1A and C9. RGB value is (163,26,201). Sum of RGB (Red+Green+Blue) = 163+26+201=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #A31AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31AC9 is #5CE536. Grayscale: #565656. Windows color (decimal): -6087991 or 13179555. OLE color: 13179555.

HSL color Cylindrical-coordinate representation of color #A31AC9: hue angle of 286.97º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31AC9 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 26 201 -
CMYK 0.19 0.87 0 0.21
HSL 286.97º 0.77% 0.45% -
HSV(B) 286.97º 0.87% 0.79% -
XYZ 26.02 12.74 56.35 -
YUV 86.91 192.39 182.27 -
System Red Green Blue C M Y K H S L
Decimal 163 26 201 0.19 0.87 0 0.21 286.97 0.77 0.45
Hex A3 1A C9 13 57 0 15 11F 4D 2D
Octal 243 32 311 23 127 0 25 437 115 55
Binary 10100011 11010 11001001 10011 1010111 0 10101 100011111 1001101 101101

Color Harmonies of #A31AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AC9

Black with #A31AC9

Text Example


Text Example

White with #A31AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AC9; }

 p { color: rgb(163,26,201); }

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

background-color css

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

 a { background-color: rgb(163,26,201); }

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

border-color css

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

 span { border-color: rgb(163,26,201); }

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