Html Css Color HEX #A944CE Dark Orchid

📋 copy color: '#A944CE'

red 169 ◦ green 68 ◦ blue 206

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

Shades of Dark Orchid #A944CE

Tints of Dark Orchid #A944CE

RGB

 RED value IS 169 (66.41% from 255) = 38.15%

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 38.15%
G = 15.35%
B = 46.5%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A944CE (or 0xA944CE) is known color: Dark Orchid. HEX triplet: A9, 44 and CE. RGB value is (169,68,206). Sum of RGB (Red+Green+Blue) = 169+68+206=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #A944CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A944CE is #56BB31. Grayscale: #717171. Windows color (decimal): -5684018 or 13517993. OLE color: 13517993.

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

Color convert

RGB 169 68 206 -
CMYK 0.18 0.67 0 0.19
HSL 283.91º 0.58% 0.54% -
HSV(B) 283.91º 0.67% 0.81% -
XYZ 29.57 17.03 60.12 -
YUV 113.93 179.96 167.28 -
System Red Green Blue C M Y K H S L
Decimal 169 68 206 0.18 0.67 0 0.19 283.91 0.58 0.54
Hex A9 44 CE 12 43 0 13 11C 3A 36
Octal 251 104 316 22 103 0 23 434 72 66
Binary 10101001 1000100 11001110 10010 1000011 0 10011 100011100 111010 110110

Color Harmonies of #A944CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A944CE

Black with #A944CE

Text Example


Text Example

White with #A944CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A944CE; }

 p { color: rgb(169,68,206); }

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

background-color css

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

 a { background-color: rgb(169,68,206); }

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

border-color css

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

 span { border-color: rgb(169,68,206); }

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