Html Css Color HEX #A31EBC Dark Orchid

📋 copy color: '#A31EBC'

red 163 ◦ green 30 ◦ blue 188

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

Shades of Dark Orchid #A31EBC

Tints of Dark Orchid #A31EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.87%

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 42.78%
G = 7.87%
B = 49.34%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A31EBC (or 0xA31EBC) is known color: Dark Orchid. HEX triplet: A3, 1E and BC. RGB value is (163,30,188). Sum of RGB (Red+Green+Blue) = 163+30+188=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #A31EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31EBC is #5CE143. Grayscale: #575757. Windows color (decimal): -6086980 or 12328611. OLE color: 12328611.

HSL color Cylindrical-coordinate representation of color #A31EBC: hue angle of 290.51º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31EBC is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 30 188 -
CMYK 0.13 0.84 0 0.26
HSL 290.51º 0.72% 0.43% -
HSV(B) 290.51º 0.84% 0.74% -
XYZ 24.65 12.35 48.66 -
YUV 87.78 184.56 181.65 -
System Red Green Blue C M Y K H S L
Decimal 163 30 188 0.13 0.84 0 0.26 290.51 0.72 0.43
Hex A3 1E BC D 54 0 1A 123 48 2B
Octal 243 36 274 15 124 0 32 443 110 53
Binary 10100011 11110 10111100 1101 1010100 0 11010 100100011 1001000 101011

Color Harmonies of #A31EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31EBC

Black with #A31EBC

Text Example


Text Example

White with #A31EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31EBC; }

 p { color: rgb(163,30,188); }

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

background-color css

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

 a { background-color: rgb(163,30,188); }

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

border-color css

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

 span { border-color: rgb(163,30,188); }

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