Html Css Color HEX #A844D1 Dark Orchid

📋 copy color: '#A844D1'

red 168 ◦ green 68 ◦ blue 209

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

Shades of Dark Orchid #A844D1

Tints of Dark Orchid #A844D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.97%

R = 37.75%
G = 15.28%
B = 46.97%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A844D1 (or 0xA844D1) is known color: Dark Orchid. HEX triplet: A8, 44 and D1. RGB value is (168,68,209). Sum of RGB (Red+Green+Blue) = 168+68+209=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #A844D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844D1 is #57BB2E. Grayscale: #717171. Windows color (decimal): -5749551 or 13714600. OLE color: 13714600.

HSL color Cylindrical-coordinate representation of color #A844D1: hue angle of 282.55º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A844D1 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 68 209 -
CMYK 0.20 0.67 0 0.18
HSL 282.55º 0.61% 0.54% -
HSV(B) 282.55º 0.67% 0.82% -
XYZ 29.72 17.06 62.05 -
YUV 113.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 168 68 209 0.20 0.67 0 0.18 282.55 0.61 0.54
Hex A8 44 D1 14 43 0 12 11B 3D 36
Octal 250 104 321 24 103 0 22 433 75 66
Binary 10101000 1000100 11010001 10100 1000011 0 10010 100011011 111101 110110

Color Harmonies of #A844D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A844D1

Black with #A844D1

Text Example


Text Example

White with #A844D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A844D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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