Html Css Color HEX #A31AC2 Dark Orchid

📋 copy color: '#A31AC2'

red 163 ◦ green 26 ◦ blue 194

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

Shades of Dark Orchid #A31AC2

Tints of Dark Orchid #A31AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.65%

R = 42.56%
G = 6.79%
B = 50.65%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A31AC2 (or 0xA31AC2) is known color: Dark Orchid. HEX triplet: A3, 1A and C2. RGB value is (163,26,194). Sum of RGB (Red+Green+Blue) = 163+26+194=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #A31AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31AC2 is #5CE53D. Grayscale: #555555. Windows color (decimal): -6087998 or 12720803. OLE color: 12720803.

HSL color Cylindrical-coordinate representation of color #A31AC2: hue angle of 288.93º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31AC2 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 26 194 -
CMYK 0.16 0.87 0 0.24
HSL 288.93º 0.76% 0.43% -
HSV(B) 288.93º 0.87% 0.76% -
XYZ 25.21 12.42 52.11 -
YUV 86.12 188.89 182.84 -
System Red Green Blue C M Y K H S L
Decimal 163 26 194 0.16 0.87 0 0.24 288.93 0.76 0.43
Hex A3 1A C2 10 57 0 18 121 4C 2B
Octal 243 32 302 20 127 0 30 441 114 53
Binary 10100011 11010 11000010 10000 1010111 0 11000 100100001 1001100 101011

Color Harmonies of #A31AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AC2

Black with #A31AC2

Text Example


Text Example

White with #A31AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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