Html Css Color HEX #AA39C9 Dark Orchid

📋 copy color: '#AA39C9'

red 170 ◦ green 57 ◦ blue 201

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

Shades of Dark Orchid #AA39C9

Tints of Dark Orchid #AA39C9

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.32%

 BLUE value IS 201 (78.91% from 255) = 46.96%

R = 39.72%
G = 13.32%
B = 46.96%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA39C9 (or 0xAA39C9) is known color: Dark Orchid. HEX triplet: AA, 39 and C9. RGB value is (170,57,201). Sum of RGB (Red+Green+Blue) = 170+57+201=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA39C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA39C9 is #55C636. Grayscale: #6A6A6A. Windows color (decimal): -5621303 or 13187498. OLE color: 13187498.

HSL color Cylindrical-coordinate representation of color #AA39C9: hue angle of 287.08º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA39C9 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 57 201 -
CMYK 0.15 0.72 0 0.21
HSL 287.08º 0.57% 0.51% -
HSV(B) 287.08º 0.72% 0.79% -
XYZ 28.58 15.69 56.78 -
YUV 107.2 180.94 172.79 -
System Red Green Blue C M Y K H S L
Decimal 170 57 201 0.15 0.72 0 0.21 287.08 0.57 0.51
Hex AA 39 C9 F 48 0 15 11F 39 33
Octal 252 71 311 17 110 0 25 437 71 63
Binary 10101010 111001 11001001 1111 1001000 0 10101 100011111 111001 110011

Color Harmonies of #AA39C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA39C9

Black with #AA39C9

Text Example


Text Example

White with #AA39C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA39C9; }

 p { color: rgb(170,57,201); }

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

background-color css

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

 a { background-color: rgb(170,57,201); }

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

border-color css

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

 span { border-color: rgb(170,57,201); }

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