Html Css Color HEX #AA38DE Dark Orchid

📋 copy color: '#AA38DE'

red 170 ◦ green 56 ◦ blue 222

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

Shades of Dark Orchid #AA38DE

Tints of Dark Orchid #AA38DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.55%

R = 37.95%
G = 12.5%
B = 49.55%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA38DE (or 0xAA38DE) is known color: Dark Orchid. HEX triplet: AA, 38 and DE. RGB value is (170,56,222). Sum of RGB (Red+Green+Blue) = 170+56+222=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA38DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA38DE is #55C721. Grayscale: #6C6C6C. Windows color (decimal): -5621538 or 14563498. OLE color: 14563498.

HSL color Cylindrical-coordinate representation of color #AA38DE: hue angle of 281.2º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA38DE is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 56 222 -
CMYK 0.23 0.75 0 0.13
HSL 281.2º 0.72% 0.55% -
HSV(B) 281.2º 0.75% 0.87% -
XYZ 31.18 16.65 70.68 -
YUV 109.01 191.77 171.5 -
System Red Green Blue C M Y K H S L
Decimal 170 56 222 0.23 0.75 0 0.13 281.2 0.72 0.55
Hex AA 38 DE 17 4B 0 D 119 48 37
Octal 252 70 336 27 113 0 15 431 110 67
Binary 10101010 111000 11011110 10111 1001011 0 1101 100011001 1001000 110111

Color Harmonies of #AA38DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA38DE

Black with #AA38DE

Text Example


Text Example

White with #AA38DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA38DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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