Html Css Color HEX #A31ABB Dark Orchid

📋 copy color: '#A31ABB'

red 163 ◦ green 26 ◦ blue 187

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

Shades of Dark Orchid #A31ABB

Tints of Dark Orchid #A31ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 43.35%
G = 6.91%
B = 49.73%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A31ABB (or 0xA31ABB) is known color: Dark Orchid. HEX triplet: A3, 1A and BB. RGB value is (163,26,187). Sum of RGB (Red+Green+Blue) = 163+26+187=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #A31ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31ABB is #5CE544. Grayscale: #545454. Windows color (decimal): -6088005 or 12262051. OLE color: 12262051.

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

Color convert

RGB 163 26 187 -
CMYK 0.13 0.86 0 0.27
HSL 291.06º 0.76% 0.42% -
HSV(B) 291.06º 0.86% 0.73% -
XYZ 24.44 12.11 48.06 -
YUV 85.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 163 26 187 0.13 0.86 0 0.27 291.06 0.76 0.42
Hex A3 1A BB D 56 0 1B 123 4C 2A
Octal 243 32 273 15 126 0 33 443 114 52
Binary 10100011 11010 10111011 1101 1010110 0 11011 100100011 1001100 101010

Color Harmonies of #A31ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31ABB

Black with #A31ABB

Text Example


Text Example

White with #A31ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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