Html Css Color HEX #A941CE Dark Orchid

📋 copy color: '#A941CE'

red 169 ◦ green 65 ◦ blue 206

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

Shades of Dark Orchid #A941CE

Tints of Dark Orchid #A941CE

RGB

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

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

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

R = 38.41%
G = 14.77%
B = 46.82%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A941CE (or 0xA941CE) is known color: Dark Orchid. HEX triplet: A9, 41 and CE. RGB value is (169,65,206). Sum of RGB (Red+Green+Blue) = 169+65+206=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #A941CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A941CE is #56BE31. Grayscale: #6F6F6F. Windows color (decimal): -5684786 or 13517225. OLE color: 13517225.

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

Color convert

RGB 169 65 206 -
CMYK 0.18 0.68 0 0.19
HSL 284.26º 0.59% 0.53% -
HSV(B) 284.26º 0.68% 0.81% -
XYZ 29.39 16.67 60.06 -
YUV 112.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 169 65 206 0.18 0.68 0 0.19 284.26 0.59 0.53
Hex A9 41 CE 12 44 0 13 11C 3B 35
Octal 251 101 316 22 104 0 23 434 73 65
Binary 10101001 1000001 11001110 10010 1000100 0 10011 100011100 111011 110101

Color Harmonies of #A941CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A941CE

Black with #A941CE

Text Example


Text Example

White with #A941CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A941CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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