Html Css Color HEX #A831AF Dark Orchid

📋 copy color: '#A831AF'

red 168 ◦ green 49 ◦ blue 175

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

Shades of Dark Orchid #A831AF

Tints of Dark Orchid #A831AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.64%

R = 42.86%
G = 12.5%
B = 44.64%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A831AF (or 0xA831AF) is known color: Dark Orchid. HEX triplet: A8, 31 and AF. RGB value is (168,49,175). Sum of RGB (Red+Green+Blue) = 168+49+175=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #A831AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A831AF is #57CE50. Grayscale: #626262. Windows color (decimal): -5754449 or 11481512. OLE color: 11481512.

HSL color Cylindrical-coordinate representation of color #A831AF: hue angle of 296.67º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A831AF is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 49 175 -
CMYK 0.04 0.72 0 0.31
HSL 296.67º 0.56% 0.44% -
HSV(B) 296.67º 0.72% 0.69% -
XYZ 24.98 13.62 41.87 -
YUV 98.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 168 49 175 0.04 0.72 0 0.31 296.67 0.56 0.44
Hex A8 31 AF 4 48 0 1F 129 38 2C
Octal 250 61 257 4 110 0 37 451 70 54
Binary 10101000 110001 10101111 100 1001000 0 11111 100101001 111000 101100

Color Harmonies of #A831AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831AF

Black with #A831AF

Text Example


Text Example

White with #A831AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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