Html Css Color HEX #A731DF Dark Orchid

📋 copy color: '#A731DF'

red 167 ◦ green 49 ◦ blue 223

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

Shades of Dark Orchid #A731DF

Tints of Dark Orchid #A731DF

RGB

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

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

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

R = 38.04%
G = 11.16%
B = 50.8%

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

#A731DF (or 0xA731DF) is known color: Dark Orchid. HEX triplet: A7, 31 and DF. RGB value is (167,49,223). Sum of RGB (Red+Green+Blue) = 167+49+223=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #A731DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A731DF is #58CE20. Grayscale: #676767. Windows color (decimal): -5819937 or 14627239. OLE color: 14627239.

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

Color convert

RGB 167 49 223 -
CMYK 0.25 0.78 0 0.13
HSL 280.69º 0.73% 0.53% -
HSV(B) 280.69º 0.78% 0.87% -
XYZ 30.35 15.74 71.25 -
YUV 104.12 195.09 172.85 -
System Red Green Blue C M Y K H S L
Decimal 167 49 223 0.25 0.78 0 0.13 280.69 0.73 0.53
Hex A7 31 DF 19 4E 0 D 119 49 35
Octal 247 61 337 31 116 0 15 431 111 65
Binary 10100111 110001 11011111 11001 1001110 0 1101 100011001 1001001 110101

Color Harmonies of #A731DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A731DF

Black with #A731DF

Text Example


Text Example

White with #A731DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A731DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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