Html Css Color HEX #A941CC Dark Orchid

📋 copy color: '#A941CC'

red 169 ◦ green 65 ◦ blue 204

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

Shades of Dark Orchid #A941CC

Tints of Dark Orchid #A941CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.84%

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 38.58%
G = 14.84%
B = 46.58%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A941CC (or 0xA941CC) is known color: Dark Orchid. HEX triplet: A9, 41 and CC. RGB value is (169,65,204). Sum of RGB (Red+Green+Blue) = 169+65+204=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #A941CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A941CC is #56BE33. Grayscale: #6F6F6F. Windows color (decimal): -5684788 or 13386153. OLE color: 13386153.

HSL color Cylindrical-coordinate representation of color #A941CC: hue angle of 284.89º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A941CC is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 65 204 -
CMYK 0.17 0.68 0 0.2
HSL 284.89º 0.58% 0.53% -
HSV(B) 284.89º 0.68% 0.8% -
XYZ 29.15 16.58 58.79 -
YUV 111.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 169 65 204 0.17 0.68 0 0.2 284.89 0.58 0.53
Hex A9 41 CC 11 44 0 14 11D 3A 35
Octal 251 101 314 21 104 0 24 435 72 65
Binary 10101001 1000001 11001100 10001 1000100 0 10100 100011101 111010 110101

Color Harmonies of #A941CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A941CC

Black with #A941CC

Text Example


Text Example

White with #A941CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A941CC; }

 p { color: rgb(169,65,204); }

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

background-color css

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

 a { background-color: rgb(169,65,204); }

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

border-color css

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

 span { border-color: rgb(169,65,204); }

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