Html Css Color HEX #AA41CC Dark Orchid

📋 copy color: '#AA41CC'

red 170 ◦ green 65 ◦ blue 204

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

Shades of Dark Orchid #AA41CC

Tints of Dark Orchid #AA41CC

RGB

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

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

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

R = 38.72%
G = 14.81%
B = 46.47%

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

#AA41CC (or 0xAA41CC) is known color: Dark Orchid. HEX triplet: AA, 41 and CC. RGB value is (170,65,204). Sum of RGB (Red+Green+Blue) = 170+65+204=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA41CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41CC is #55BE33. Grayscale: #6F6F6F. Windows color (decimal): -5619252 or 13386154. OLE color: 13386154.

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

Color convert

RGB 170 65 204 -
CMYK 0.17 0.68 0 0.2
HSL 285.32º 0.58% 0.53% -
HSV(B) 285.32º 0.68% 0.8% -
XYZ 29.37 16.69 58.8 -
YUV 112.24 179.79 169.2 -
System Red Green Blue C M Y K H S L
Decimal 170 65 204 0.17 0.68 0 0.2 285.32 0.58 0.53
Hex AA 41 CC 11 44 0 14 11D 3A 35
Octal 252 101 314 21 104 0 24 435 72 65
Binary 10101010 1000001 11001100 10001 1000100 0 10100 100011101 111010 110101

Color Harmonies of #AA41CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41CC

Black with #AA41CC

Text Example


Text Example

White with #AA41CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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