Html Css Color HEX #A744DF Dark Orchid

📋 copy color: '#A744DF'

red 167 ◦ green 68 ◦ blue 223

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

Shades of Dark Orchid #A744DF

Tints of Dark Orchid #A744DF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.85%

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

R = 36.46%
G = 14.85%
B = 48.69%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A744DF (or 0xA744DF) is known color: Dark Orchid. HEX triplet: A7, 44 and DF. RGB value is (167,68,223). Sum of RGB (Red+Green+Blue) = 167+68+223=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #A744DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A744DF is #58BB20. Grayscale: #727272. Windows color (decimal): -5815073 or 14632103. OLE color: 14632103.

HSL color Cylindrical-coordinate representation of color #A744DF: hue angle of 278.32º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A744DF is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 68 223 -
CMYK 0.25 0.70 0 0.13
HSL 278.32º 0.71% 0.57% -
HSV(B) 278.32º 0.7% 0.87% -
XYZ 31.32 17.68 71.57 -
YUV 115.27 188.8 164.9 -
System Red Green Blue C M Y K H S L
Decimal 167 68 223 0.25 0.70 0 0.13 278.32 0.71 0.57
Hex A7 44 DF 19 46 0 D 116 47 39
Octal 247 104 337 31 106 0 15 426 107 71
Binary 10100111 1000100 11011111 11001 1000110 0 1101 100010110 1000111 111001

Color Harmonies of #A744DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A744DF

Black with #A744DF

Text Example


Text Example

White with #A744DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A744DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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