Html Css Color HEX #A31AC3 Dark Orchid

📋 copy color: '#A31AC3'

red 163 ◦ green 26 ◦ blue 195

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

Shades of Dark Orchid #A31AC3

Tints of Dark Orchid #A31AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50.78%

R = 42.45%
G = 6.77%
B = 50.78%

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

#A31AC3 (or 0xA31AC3) is known color: Dark Orchid. HEX triplet: A3, 1A and C3. RGB value is (163,26,195). Sum of RGB (Red+Green+Blue) = 163+26+195=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #A31AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31AC3 is #5CE53C. Grayscale: #555555. Windows color (decimal): -6087997 or 12786339. OLE color: 12786339.

HSL color Cylindrical-coordinate representation of color #A31AC3: hue angle of 288.64º 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 #A31AC3 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 26 195 -
CMYK 0.16 0.87 0 0.24
HSL 288.64º 0.76% 0.43% -
HSV(B) 288.64º 0.87% 0.76% -
XYZ 25.32 12.47 52.7 -
YUV 86.23 189.39 182.76 -
System Red Green Blue C M Y K H S L
Decimal 163 26 195 0.16 0.87 0 0.24 288.64 0.76 0.43
Hex A3 1A C3 10 57 0 18 121 4C 2B
Octal 243 32 303 20 127 0 30 441 114 53
Binary 10100011 11010 11000011 10000 1010111 0 11000 100100001 1001100 101011

Color Harmonies of #A31AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AC3

Black with #A31AC3

Text Example


Text Example

White with #A31AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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