Html Css Color HEX #A31BAD Dark Orchid

📋 copy color: '#A31BAD'

red 163 ◦ green 27 ◦ blue 173

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

Shades of Dark Orchid #A31BAD

Tints of Dark Orchid #A31BAD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.44%

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 44.9%
G = 7.44%
B = 47.66%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A31BAD (or 0xA31BAD) is known color: Dark Orchid. HEX triplet: A3, 1B and AD. RGB value is (163,27,173). Sum of RGB (Red+Green+Blue) = 163+27+173=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #A31BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31BAD is #5CE452. Grayscale: #535353. Windows color (decimal): -6087763 or 11344803. OLE color: 11344803.

HSL color Cylindrical-coordinate representation of color #A31BAD: hue angle of 295.89º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31BAD is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 27 173 -
CMYK 0.06 0.84 0 0.32
HSL 295.89º 0.73% 0.39% -
HSV(B) 295.89º 0.84% 0.68% -
XYZ 23.04 11.59 40.56 -
YUV 84.31 178.06 184.13 -
System Red Green Blue C M Y K H S L
Decimal 163 27 173 0.06 0.84 0 0.32 295.89 0.73 0.39
Hex A3 1B AD 6 54 0 20 128 49 27
Octal 243 33 255 6 124 0 40 450 111 47
Binary 10100011 11011 10101101 110 1010100 0 100000 100101000 1001001 100111

Color Harmonies of #A31BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BAD

Black with #A31BAD

Text Example


Text Example

White with #A31BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BAD; }

 p { color: rgb(163,27,173); }

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

background-color css

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

 a { background-color: rgb(163,27,173); }

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

border-color css

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

 span { border-color: rgb(163,27,173); }

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