Html Css Color HEX #A441CE Dark Orchid

📋 copy color: '#A441CE'

red 164 ◦ green 65 ◦ blue 206

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

Shades of Dark Orchid #A441CE

Tints of Dark Orchid #A441CE

RGB

 RED value IS 164 (64.45% from 255) = 37.7%

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

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

R = 37.7%
G = 14.94%
B = 47.36%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A441CE (or 0xA441CE) is known color: Dark Orchid. HEX triplet: A4, 41 and CE. RGB value is (164,65,206). Sum of RGB (Red+Green+Blue) = 164+65+206=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #A441CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441CE is #5BBE31. Grayscale: #6E6E6E. Windows color (decimal): -6012466 or 13517220. OLE color: 13517220.

HSL color Cylindrical-coordinate representation of color #A441CE: hue angle of 282.13º 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 #A441CE is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 65 206 -
CMYK 0.20 0.68 0 0.19
HSL 282.13º 0.59% 0.53% -
HSV(B) 282.13º 0.68% 0.81% -
XYZ 28.34 16.13 60.01 -
YUV 110.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 164 65 206 0.20 0.68 0 0.19 282.13 0.59 0.53
Hex A4 41 CE 14 44 0 13 11A 3B 35
Octal 244 101 316 24 104 0 23 432 73 65
Binary 10100100 1000001 11001110 10100 1000100 0 10011 100011010 111011 110101

Color Harmonies of #A441CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441CE

Black with #A441CE

Text Example


Text Example

White with #A441CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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