Html Css Color HEX #AA38EE Blue Violet

📋 copy color: '#AA38EE'

red 170 ◦ green 56 ◦ blue 238

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

Shades of Blue Violet #AA38EE

Tints of Blue Violet #AA38EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.29%

R = 36.64%
G = 12.07%
B = 51.29%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA38EE (or 0xAA38EE) is known color: Blue Violet. HEX triplet: AA, 38 and EE. RGB value is (170,56,238). Sum of RGB (Red+Green+Blue) = 170+56+238=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA38EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA38EE is #55C711. Grayscale: #6E6E6E. Windows color (decimal): -5621522 or 15612074. OLE color: 15612074.

HSL color Cylindrical-coordinate representation of color #AA38EE: hue angle of 277.58º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA38EE is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 56 238 -
CMYK 0.29 0.76 0 0.07
HSL 277.58º 0.84% 0.58% -
HSV(B) 277.58º 0.76% 0.93% -
XYZ 33.42 17.55 82.51 -
YUV 110.83 199.77 170.2 -
System Red Green Blue C M Y K H S L
Decimal 170 56 238 0.29 0.76 0 0.07 277.58 0.84 0.58
Hex AA 38 EE 1D 4C 0 7 116 54 3A
Octal 252 70 356 35 114 0 7 426 124 72
Binary 10101010 111000 11101110 11101 1001100 0 111 100010110 1010100 111010

Color Harmonies of #AA38EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA38EE

Black with #AA38EE

Text Example


Text Example

White with #AA38EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA38EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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