Html Css Color HEX #AA38DC Dark Orchid

📋 copy color: '#AA38DC'

red 170 ◦ green 56 ◦ blue 220

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

Shades of Dark Orchid #AA38DC

Tints of Dark Orchid #AA38DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.56%

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 38.12%
G = 12.56%
B = 49.33%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA38DC (or 0xAA38DC) is known color: Dark Orchid. HEX triplet: AA, 38 and DC. RGB value is (170,56,220). Sum of RGB (Red+Green+Blue) = 170+56+220=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA38DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA38DC is #55C723. Grayscale: #6C6C6C. Windows color (decimal): -5621540 or 14432426. OLE color: 14432426.

HSL color Cylindrical-coordinate representation of color #AA38DC: hue angle of 281.71º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA38DC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 56 220 -
CMYK 0.23 0.75 0 0.14
HSL 281.71º 0.7% 0.54% -
HSV(B) 281.71º 0.75% 0.86% -
XYZ 30.91 16.54 69.27 -
YUV 108.78 190.77 171.66 -
System Red Green Blue C M Y K H S L
Decimal 170 56 220 0.23 0.75 0 0.14 281.71 0.7 0.54
Hex AA 38 DC 17 4B 0 E 11A 46 36
Octal 252 70 334 27 113 0 16 432 106 66
Binary 10101010 111000 11011100 10111 1001011 0 1110 100011010 1000110 110110

Color Harmonies of #AA38DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA38DC

Black with #AA38DC

Text Example


Text Example

White with #AA38DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA38DC; }

 p { color: rgb(170,56,220); }

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

background-color css

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

 a { background-color: rgb(170,56,220); }

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

border-color css

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

 span { border-color: rgb(170,56,220); }

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