Html Css Color HEX #A731DE Dark Orchid

📋 copy color: '#A731DE'

red 167 ◦ green 49 ◦ blue 222

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

Shades of Dark Orchid #A731DE

Tints of Dark Orchid #A731DE

RGB

 RED value IS 167 (65.63% from 255) = 38.13%

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

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

R = 38.13%
G = 11.19%
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

#A731DE (or 0xA731DE) is known color: Dark Orchid. HEX triplet: A7, 31 and DE. RGB value is (167,49,222). Sum of RGB (Red+Green+Blue) = 167+49+222=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #A731DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A731DE is #58CE21. Grayscale: #676767. Windows color (decimal): -5819938 or 14561703. OLE color: 14561703.

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

Color convert

RGB 167 49 222 -
CMYK 0.25 0.78 0 0.13
HSL 280.92º 0.72% 0.53% -
HSV(B) 280.92º 0.78% 0.87% -
XYZ 30.22 15.69 70.54 -
YUV 104 194.59 172.93 -
System Red Green Blue C M Y K H S L
Decimal 167 49 222 0.25 0.78 0 0.13 280.92 0.72 0.53
Hex A7 31 DE 19 4E 0 D 119 48 35
Octal 247 61 336 31 116 0 15 431 110 65
Binary 10100111 110001 11011110 11001 1001110 0 1101 100011001 1001000 110101

Color Harmonies of #A731DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A731DE

Black with #A731DE

Text Example


Text Example

White with #A731DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A731DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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