Html Css Color HEX #A31AAC Dark Orchid

📋 copy color: '#A31AAC'

red 163 ◦ green 26 ◦ blue 172

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

Shades of Dark Orchid #A31AAC

Tints of Dark Orchid #A31AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 45.15%
G = 7.2%
B = 47.65%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A31AAC (or 0xA31AAC) is known color: Dark Orchid. HEX triplet: A3, 1A and AC. RGB value is (163,26,172). Sum of RGB (Red+Green+Blue) = 163+26+172=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #A31AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31AAC is #5CE553. Grayscale: #535353. Windows color (decimal): -6088020 or 11279011. OLE color: 11279011.

HSL color Cylindrical-coordinate representation of color #A31AAC: hue angle of 296.3º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31AAC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 26 172 -
CMYK 0.05 0.85 0 0.33
HSL 296.3º 0.74% 0.39% -
HSV(B) 296.3º 0.85% 0.67% -
XYZ 22.92 11.5 40.04 -
YUV 83.61 177.89 184.63 -
System Red Green Blue C M Y K H S L
Decimal 163 26 172 0.05 0.85 0 0.33 296.3 0.74 0.39
Hex A3 1A AC 5 55 0 21 128 4A 27
Octal 243 32 254 5 125 0 41 450 112 47
Binary 10100011 11010 10101100 101 1010101 0 100001 100101000 1001010 100111

Color Harmonies of #A31AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AAC

Black with #A31AAC

Text Example


Text Example

White with #A31AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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