Html Css Color HEX #AA38BA Dark Orchid

📋 copy color: '#AA38BA'

red 170 ◦ green 56 ◦ blue 186

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

Shades of Dark Orchid #AA38BA

Tints of Dark Orchid #AA38BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 41.26%
G = 13.59%
B = 45.15%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA38BA (or 0xAA38BA) is known color: Dark Orchid. HEX triplet: AA, 38 and BA. RGB value is (170,56,186). Sum of RGB (Red+Green+Blue) = 170+56+186=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA38BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA38BA is #55C745. Grayscale: #686868. Windows color (decimal): -5621574 or 12204202. OLE color: 12204202.

HSL color Cylindrical-coordinate representation of color #AA38BA: hue angle of 292.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA38BA is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 56 186 -
CMYK 0.09 0.70 0 0.27
HSL 292.62º 0.54% 0.47% -
HSV(B) 292.62º 0.7% 0.73% -
XYZ 26.85 14.92 47.92 -
YUV 104.91 173.77 174.43 -
System Red Green Blue C M Y K H S L
Decimal 170 56 186 0.09 0.70 0 0.27 292.62 0.54 0.47
Hex AA 38 BA 9 46 0 1B 125 36 2F
Octal 252 70 272 11 106 0 33 445 66 57
Binary 10101010 111000 10111010 1001 1000110 0 11011 100100101 110110 101111

Color Harmonies of #AA38BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA38BA

Black with #AA38BA

Text Example


Text Example

White with #AA38BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA38BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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