Html Css Color HEX #A831AB Dark Orchid

📋 copy color: '#A831AB'

red 168 ◦ green 49 ◦ blue 171

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

Shades of Dark Orchid #A831AB

Tints of Dark Orchid #A831AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 43.3%
G = 12.63%
B = 44.07%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A831AB (or 0xA831AB) is known color: Dark Orchid. HEX triplet: A8, 31 and AB. RGB value is (168,49,171). Sum of RGB (Red+Green+Blue) = 168+49+171=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #A831AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A831AB is #57CE54. Grayscale: #626262. Windows color (decimal): -5754453 or 11219368. OLE color: 11219368.

HSL color Cylindrical-coordinate representation of color #A831AB: hue angle of 298.52º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A831AB is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 49 171 -
CMYK 0.02 0.71 0 0.33
HSL 298.52º 0.55% 0.43% -
HSV(B) 298.52º 0.71% 0.67% -
XYZ 24.6 13.46 39.83 -
YUV 98.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 168 49 171 0.02 0.71 0 0.33 298.52 0.55 0.43
Hex A8 31 AB 2 47 0 21 12B 37 2B
Octal 250 61 253 2 107 0 41 453 67 53
Binary 10101000 110001 10101011 10 1000111 0 100001 100101011 110111 101011

Color Harmonies of #A831AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831AB

Black with #A831AB

Text Example


Text Example

White with #A831AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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