Html Css Color HEX #A831DE Dark Orchid

📋 copy color: '#A831DE'

red 168 ◦ green 49 ◦ blue 222

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

Shades of Dark Orchid #A831DE

Tints of Dark Orchid #A831DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.57%

R = 38.27%
G = 11.16%
B = 50.57%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A831DE (or 0xA831DE) is known color: Dark Orchid. HEX triplet: A8, 31 and DE. RGB value is (168,49,222). Sum of RGB (Red+Green+Blue) = 168+49+222=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #A831DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831DE is #57CE21. Grayscale: #676767. Windows color (decimal): -5754402 or 14561704. OLE color: 14561704.

HSL color Cylindrical-coordinate representation of color #A831DE: hue angle of 281.27º degrees, saturation: 0.72, 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 #A831DE is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 49 222 -
CMYK 0.24 0.78 0 0.13
HSL 281.27º 0.72% 0.53% -
HSV(B) 281.27º 0.78% 0.87% -
XYZ 30.43 15.8 70.55 -
YUV 104.3 194.42 173.43 -
System Red Green Blue C M Y K H S L
Decimal 168 49 222 0.24 0.78 0 0.13 281.27 0.72 0.53
Hex A8 31 DE 18 4E 0 D 119 48 35
Octal 250 61 336 30 116 0 15 431 110 65
Binary 10101000 110001 11011110 11000 1001110 0 1101 100011001 1001000 110101

Color Harmonies of #A831DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831DE

Black with #A831DE

Text Example


Text Example

White with #A831DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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