Html Css Color HEX #AA41C7 Dark Orchid

📋 copy color: '#AA41C7'

red 170 ◦ green 65 ◦ blue 199

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

Shades of Dark Orchid #AA41C7

Tints of Dark Orchid #AA41C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.85%

R = 39.17%
G = 14.98%
B = 45.85%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA41C7 (or 0xAA41C7) is known color: Dark Orchid. HEX triplet: AA, 41 and C7. RGB value is (170,65,199). Sum of RGB (Red+Green+Blue) = 170+65+199=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA41C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41C7 is #55BE38. Grayscale: #6F6F6F. Windows color (decimal): -5619257 or 13058474. OLE color: 13058474.

HSL color Cylindrical-coordinate representation of color #AA41C7: hue angle of 287.01º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA41C7 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 65 199 -
CMYK 0.15 0.67 0 0.22
HSL 287.01º 0.54% 0.52% -
HSV(B) 287.01º 0.67% 0.78% -
XYZ 28.78 16.45 55.69 -
YUV 111.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 170 65 199 0.15 0.67 0 0.22 287.01 0.54 0.52
Hex AA 41 C7 F 43 0 16 11F 36 34
Octal 252 101 307 17 103 0 26 437 66 64
Binary 10101010 1000001 11000111 1111 1000011 0 10110 100011111 110110 110100

Color Harmonies of #AA41C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41C7

Black with #AA41C7

Text Example


Text Example

White with #AA41C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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