Html Css Color HEX #A31ABC Dark Orchid

📋 copy color: '#A31ABC'

red 163 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #A31ABC

Tints of Dark Orchid #A31ABC

RGB

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

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

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

R = 43.24%
G = 6.9%
B = 49.87%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A31ABC (or 0xA31ABC) is known color: Dark Orchid. HEX triplet: A3, 1A and BC. RGB value is (163,26,188). Sum of RGB (Red+Green+Blue) = 163+26+188=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #A31ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31ABC is #5CE543. Grayscale: #545454. Windows color (decimal): -6088004 or 12327587. OLE color: 12327587.

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

Color convert

RGB 163 26 188 -
CMYK 0.13 0.86 0 0.26
HSL 290.74º 0.76% 0.42% -
HSV(B) 290.74º 0.86% 0.74% -
XYZ 24.55 12.16 48.63 -
YUV 85.43 185.89 183.33 -
System Red Green Blue C M Y K H S L
Decimal 163 26 188 0.13 0.86 0 0.26 290.74 0.76 0.42
Hex A3 1A BC D 56 0 1A 123 4C 2A
Octal 243 32 274 15 126 0 32 443 114 52
Binary 10100011 11010 10111100 1101 1010110 0 11010 100100011 1001100 101010

Color Harmonies of #A31ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31ABC

Black with #A31ABC

Text Example


Text Example

White with #A31ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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