Html Css Color HEX #A844CD Dark Orchid

📋 copy color: '#A844CD'

red 168 ◦ green 68 ◦ blue 205

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

Shades of Dark Orchid #A844CD

Tints of Dark Orchid #A844CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 38.1%
G = 15.42%
B = 46.49%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A844CD (or 0xA844CD) is known color: Dark Orchid. HEX triplet: A8, 44 and CD. RGB value is (168,68,205). Sum of RGB (Red+Green+Blue) = 168+68+205=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #A844CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844CD is #57BB32. Grayscale: #717171. Windows color (decimal): -5749555 or 13452456. OLE color: 13452456.

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

Color convert

RGB 168 68 205 -
CMYK 0.18 0.67 0 0.20
HSL 283.8º 0.58% 0.54% -
HSV(B) 283.8º 0.67% 0.8% -
XYZ 29.24 16.87 59.47 -
YUV 113.52 179.63 166.86 -
System Red Green Blue C M Y K H S L
Decimal 168 68 205 0.18 0.67 0 0.20 283.8 0.58 0.54
Hex A8 44 CD 12 43 0 14 11C 3A 36
Octal 250 104 315 22 103 0 24 434 72 66
Binary 10101000 1000100 11001101 10010 1000011 0 10100 100011100 111010 110110

Color Harmonies of #A844CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A844CD

Black with #A844CD

Text Example


Text Example

White with #A844CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A844CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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