Html Css Color HEX #AA41CB Dark Orchid

📋 copy color: '#AA41CB'

red 170 ◦ green 65 ◦ blue 203

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

Shades of Dark Orchid #AA41CB

Tints of Dark Orchid #AA41CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 38.81%
G = 14.84%
B = 46.35%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA41CB (or 0xAA41CB) is known color: Dark Orchid. HEX triplet: AA, 41 and CB. RGB value is (170,65,203). Sum of RGB (Red+Green+Blue) = 170+65+203=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA41CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41CB is #55BE34. Grayscale: #6F6F6F. Windows color (decimal): -5619253 or 13320618. OLE color: 13320618.

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

Color convert

RGB 170 65 203 -
CMYK 0.16 0.68 0 0.20
HSL 285.65º 0.57% 0.53% -
HSV(B) 285.65º 0.68% 0.8% -
XYZ 29.25 16.64 58.17 -
YUV 112.13 179.29 169.28 -
System Red Green Blue C M Y K H S L
Decimal 170 65 203 0.16 0.68 0 0.20 285.65 0.57 0.53
Hex AA 41 CB 10 44 0 14 11E 39 35
Octal 252 101 313 20 104 0 24 436 71 65
Binary 10101010 1000001 11001011 10000 1000100 0 10100 100011110 111001 110101

Color Harmonies of #AA41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA41CB

Black with #AA41CB

Text Example


Text Example

White with #AA41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA41CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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