Html Css Color HEX #A31CBA Dark Orchid

📋 copy color: '#A31CBA'

red 163 ◦ green 28 ◦ blue 186

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

Shades of Dark Orchid #A31CBA

Tints of Dark Orchid #A31CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.43%

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 43.24%
G = 7.43%
B = 49.34%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A31CBA (or 0xA31CBA) is known color: Dark Orchid. HEX triplet: A3, 1C and BA. RGB value is (163,28,186). Sum of RGB (Red+Green+Blue) = 163+28+186=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #A31CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CBA is #5CE345. Grayscale: #555555. Windows color (decimal): -6087494 or 12197027. OLE color: 12197027.

HSL color Cylindrical-coordinate representation of color #A31CBA: hue angle of 291.27º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31CBA is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 28 186 -
CMYK 0.12 0.85 0 0.27
HSL 291.27º 0.74% 0.42% -
HSV(B) 291.27º 0.85% 0.73% -
XYZ 24.38 12.16 47.52 -
YUV 86.38 184.23 182.65 -
System Red Green Blue C M Y K H S L
Decimal 163 28 186 0.12 0.85 0 0.27 291.27 0.74 0.42
Hex A3 1C BA C 55 0 1B 123 4A 2A
Octal 243 34 272 14 125 0 33 443 112 52
Binary 10100011 11100 10111010 1100 1010101 0 11011 100100011 1001010 101010

Color Harmonies of #A31CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CBA

Black with #A31CBA

Text Example


Text Example

White with #A31CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CBA; }

 p { color: rgb(163,28,186); }

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

background-color css

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

 a { background-color: rgb(163,28,186); }

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

border-color css

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

 span { border-color: rgb(163,28,186); }

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