Html Css Color HEX #A831B3 Dark Orchid

📋 copy color: '#A831B3'

red 168 ◦ green 49 ◦ blue 179

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

Shades of Dark Orchid #A831B3

Tints of Dark Orchid #A831B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.2%

R = 42.42%
G = 12.37%
B = 45.2%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A831B3 (or 0xA831B3) is known color: Dark Orchid. HEX triplet: A8, 31 and B3. RGB value is (168,49,179). Sum of RGB (Red+Green+Blue) = 168+49+179=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 179 - color contains mainly: blue. Hex color #A831B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831B3 is #57CE4C. Grayscale: #636363. Windows color (decimal): -5754445 or 11743656. OLE color: 11743656.

HSL color Cylindrical-coordinate representation of color #A831B3: hue angle of 294.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A831B3 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 49 179 -
CMYK 0.06 0.73 0 0.30
HSL 294.92º 0.57% 0.45% -
HSV(B) 294.92º 0.73% 0.7% -
XYZ 25.38 13.78 43.97 -
YUV 99.4 172.92 176.93 -
System Red Green Blue C M Y K H S L
Decimal 168 49 179 0.06 0.73 0 0.30 294.92 0.57 0.45
Hex A8 31 B3 6 49 0 1E 127 39 2D
Octal 250 61 263 6 111 0 36 447 71 55
Binary 10101000 110001 10110011 110 1001001 0 11110 100100111 111001 101101

Color Harmonies of #A831B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831B3

Black with #A831B3

Text Example


Text Example

White with #A831B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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