Html Css Color HEX #AA41CE Dark Orchid

📋 copy color: '#AA41CE'

red 170 ◦ green 65 ◦ blue 206

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

Shades of Dark Orchid #AA41CE

Tints of Dark Orchid #AA41CE

RGB

 RED value IS 170 (66.8% from 255) = 38.55%

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

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

R = 38.55%
G = 14.74%
B = 46.71%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA41CE (or 0xAA41CE) is known color: Dark Orchid. HEX triplet: AA, 41 and CE. RGB value is (170,65,206). Sum of RGB (Red+Green+Blue) = 170+65+206=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA41CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41CE is #55BE31. Grayscale: #707070. Windows color (decimal): -5619250 or 13517226. OLE color: 13517226.

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

Color convert

RGB 170 65 206 -
CMYK 0.17 0.68 0 0.19
HSL 284.68º 0.59% 0.53% -
HSV(B) 284.68º 0.68% 0.81% -
XYZ 29.61 16.78 60.07 -
YUV 112.47 180.79 169.04 -
System Red Green Blue C M Y K H S L
Decimal 170 65 206 0.17 0.68 0 0.19 284.68 0.59 0.53
Hex AA 41 CE 11 44 0 13 11D 3B 35
Octal 252 101 316 21 104 0 23 435 73 65
Binary 10101010 1000001 11001110 10001 1000100 0 10011 100011101 111011 110101

Color Harmonies of #AA41CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41CE

Black with #AA41CE

Text Example


Text Example

White with #AA41CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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