Html Css Color HEX #A944CA Dark Orchid

📋 copy color: '#A944CA'

red 169 ◦ green 68 ◦ blue 202

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

Shades of Dark Orchid #A944CA

Tints of Dark Orchid #A944CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 38.5%
G = 15.49%
B = 46.01%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A944CA (or 0xA944CA) is known color: Dark Orchid. HEX triplet: A9, 44 and CA. RGB value is (169,68,202). Sum of RGB (Red+Green+Blue) = 169+68+202=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #A944CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A944CA is #56BB35. Grayscale: #717171. Windows color (decimal): -5684022 or 13255849. OLE color: 13255849.

HSL color Cylindrical-coordinate representation of color #A944CA: hue angle of 285.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A944CA is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 68 202 -
CMYK 0.16 0.66 0 0.21
HSL 285.22º 0.56% 0.53% -
HSV(B) 285.22º 0.66% 0.79% -
XYZ 29.09 16.83 57.59 -
YUV 113.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 169 68 202 0.16 0.66 0 0.21 285.22 0.56 0.53
Hex A9 44 CA 10 42 0 15 11D 38 35
Octal 251 104 312 20 102 0 25 435 70 65
Binary 10101001 1000100 11001010 10000 1000010 0 10101 100011101 111000 110101

Color Harmonies of #A944CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A944CA

Black with #A944CA

Text Example


Text Example

White with #A944CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A944CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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