Html Css Color HEX #A831BA Dark Orchid

📋 copy color: '#A831BA'

red 168 ◦ green 49 ◦ blue 186

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

Shades of Dark Orchid #A831BA

Tints of Dark Orchid #A831BA

RGB

 RED value IS 168 (66.02% from 255) = 41.69%

 GREEN value IS 49 (19.53% from 255) = 12.16%

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 41.69%
G = 12.16%
B = 46.15%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A831BA (or 0xA831BA) is known color: Dark Orchid. HEX triplet: A8, 31 and BA. RGB value is (168,49,186). Sum of RGB (Red+Green+Blue) = 168+49+186=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #A831BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831BA is #57CE45. Grayscale: #636363. Windows color (decimal): -5754438 or 12202408. OLE color: 12202408.

HSL color Cylindrical-coordinate representation of color #A831BA: hue angle of 292.12º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A831BA is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 49 186 -
CMYK 0.10 0.74 0 0.27
HSL 292.12º 0.58% 0.46% -
HSV(B) 292.12º 0.74% 0.73% -
XYZ 26.11 14.07 47.79 -
YUV 100.2 176.42 176.36 -
System Red Green Blue C M Y K H S L
Decimal 168 49 186 0.10 0.74 0 0.27 292.12 0.58 0.46
Hex A8 31 BA A 4A 0 1B 124 3A 2E
Octal 250 61 272 12 112 0 33 444 72 56
Binary 10101000 110001 10111010 1010 1001010 0 11011 100100100 111010 101110

Color Harmonies of #A831BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831BA

Black with #A831BA

Text Example


Text Example

White with #A831BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831BA; }

 p { color: rgb(168,49,186); }

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

background-color css

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

 a { background-color: rgb(168,49,186); }

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

border-color css

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

 span { border-color: rgb(168,49,186); }

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