Html Css Color HEX #A844DF Dark Orchid

📋 copy color: '#A844DF'

red 168 ◦ green 68 ◦ blue 223

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

Shades of Dark Orchid #A844DF

Tints of Dark Orchid #A844DF

RGB

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

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

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

R = 36.6%
G = 14.81%
B = 48.58%

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

#A844DF (or 0xA844DF) is known color: Dark Orchid. HEX triplet: A8, 44 and DF. RGB value is (168,68,223). Sum of RGB (Red+Green+Blue) = 168+68+223=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #A844DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844DF is #57BB20. Grayscale: #737373. Windows color (decimal): -5749537 or 14632104. OLE color: 14632104.

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

Color convert

RGB 168 68 223 -
CMYK 0.25 0.70 0 0.13
HSL 278.71º 0.71% 0.57% -
HSV(B) 278.71º 0.7% 0.87% -
XYZ 31.53 17.79 71.58 -
YUV 115.57 188.63 165.4 -
System Red Green Blue C M Y K H S L
Decimal 168 68 223 0.25 0.70 0 0.13 278.71 0.71 0.57
Hex A8 44 DF 19 46 0 D 117 47 39
Octal 250 104 337 31 106 0 15 427 107 71
Binary 10101000 1000100 11011111 11001 1000110 0 1101 100010111 1000111 111001

Color Harmonies of #A844DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A844DF

Black with #A844DF

Text Example


Text Example

White with #A844DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A844DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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