Html Css Color HEX #A31BAC Dark Orchid

📋 copy color: '#A31BAC'

red 163 ◦ green 27 ◦ blue 172

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

Shades of Dark Orchid #A31BAC

Tints of Dark Orchid #A31BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 45.03%
G = 7.46%
B = 47.51%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A31BAC (or 0xA31BAC) is known color: Dark Orchid. HEX triplet: A3, 1B and AC. RGB value is (163,27,172). Sum of RGB (Red+Green+Blue) = 163+27+172=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #A31BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31BAC is #5CE453. Grayscale: #535353. Windows color (decimal): -6087764 or 11279267. OLE color: 11279267.

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

Color convert

RGB 163 27 172 -
CMYK 0.05 0.84 0 0.33
HSL 296.28º 0.73% 0.39% -
HSV(B) 296.28º 0.84% 0.67% -
XYZ 22.94 11.55 40.05 -
YUV 84.19 177.56 184.21 -
System Red Green Blue C M Y K H S L
Decimal 163 27 172 0.05 0.84 0 0.33 296.28 0.73 0.39
Hex A3 1B AC 5 54 0 21 128 49 27
Octal 243 33 254 5 124 0 41 450 111 47
Binary 10100011 11011 10101100 101 1010100 0 100001 100101000 1001001 100111

Color Harmonies of #A31BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BAC

Black with #A31BAC

Text Example


Text Example

White with #A31BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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