Html Css Color HEX #AA41C8 Dark Orchid

📋 copy color: '#AA41C8'

red 170 ◦ green 65 ◦ blue 200

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

Shades of Dark Orchid #AA41C8

Tints of Dark Orchid #AA41C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.98%

R = 39.08%
G = 14.94%
B = 45.98%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA41C8 (or 0xAA41C8) is known color: Dark Orchid. HEX triplet: AA, 41 and C8. RGB value is (170,65,200). Sum of RGB (Red+Green+Blue) = 170+65+200=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA41C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41C8 is #55BE37. Grayscale: #6F6F6F. Windows color (decimal): -5619256 or 13124010. OLE color: 13124010.

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

Color convert

RGB 170 65 200 -
CMYK 0.15 0.68 0 0.22
HSL 286.67º 0.55% 0.52% -
HSV(B) 286.67º 0.68% 0.78% -
XYZ 28.89 16.5 56.3 -
YUV 111.79 177.79 169.52 -
System Red Green Blue C M Y K H S L
Decimal 170 65 200 0.15 0.68 0 0.22 286.67 0.55 0.52
Hex AA 41 C8 F 44 0 16 11F 37 34
Octal 252 101 310 17 104 0 26 437 67 64
Binary 10101010 1000001 11001000 1111 1000100 0 10110 100011111 110111 110100

Color Harmonies of #AA41C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41C8

Black with #AA41C8

Text Example


Text Example

White with #AA41C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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