Html Css Color HEX #A941CA Dark Orchid

📋 copy color: '#A941CA'

red 169 ◦ green 65 ◦ blue 202

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

Shades of Dark Orchid #A941CA

Tints of Dark Orchid #A941CA

RGB

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

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

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

R = 38.76%
G = 14.91%
B = 46.33%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A941CA (or 0xA941CA) is known color: Dark Orchid. HEX triplet: A9, 41 and CA. RGB value is (169,65,202). Sum of RGB (Red+Green+Blue) = 169+65+202=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #A941CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A941CA is #56BE35. Grayscale: #6F6F6F. Windows color (decimal): -5684790 or 13255081. OLE color: 13255081.

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

Color convert

RGB 169 65 202 -
CMYK 0.16 0.68 0 0.21
HSL 285.55º 0.56% 0.52% -
HSV(B) 285.55º 0.68% 0.79% -
XYZ 28.91 16.48 57.53 -
YUV 111.71 178.96 168.86 -
System Red Green Blue C M Y K H S L
Decimal 169 65 202 0.16 0.68 0 0.21 285.55 0.56 0.52
Hex A9 41 CA 10 44 0 15 11E 38 34
Octal 251 101 312 20 104 0 25 436 70 64
Binary 10101001 1000001 11001010 10000 1000100 0 10101 100011110 111000 110100

Color Harmonies of #A941CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A941CA

Black with #A941CA

Text Example


Text Example

White with #A941CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A941CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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