Html Css Color HEX #A831DF Dark Orchid

📋 copy color: '#A831DF'

red 168 ◦ green 49 ◦ blue 223

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

Shades of Dark Orchid #A831DF

Tints of Dark Orchid #A831DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 38.18%
G = 11.14%
B = 50.68%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A831DF (or 0xA831DF) is known color: Dark Orchid. HEX triplet: A8, 31 and DF. RGB value is (168,49,223). Sum of RGB (Red+Green+Blue) = 168+49+223=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #A831DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831DF is #57CE20. Grayscale: #676767. Windows color (decimal): -5754401 or 14627240. OLE color: 14627240.

HSL color Cylindrical-coordinate representation of color #A831DF: hue angle of 281.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A831DF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 49 223 -
CMYK 0.25 0.78 0 0.13
HSL 281.03º 0.73% 0.53% -
HSV(B) 281.03º 0.78% 0.87% -
XYZ 30.57 15.85 71.26 -
YUV 104.42 194.92 173.35 -
System Red Green Blue C M Y K H S L
Decimal 168 49 223 0.25 0.78 0 0.13 281.03 0.73 0.53
Hex A8 31 DF 19 4E 0 D 119 49 35
Octal 250 61 337 31 116 0 15 431 111 65
Binary 10101000 110001 11011111 11001 1001110 0 1101 100011001 1001001 110101

Color Harmonies of #A831DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831DF

Black with #A831DF

Text Example


Text Example

White with #A831DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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