Html Css Color HEX #AA67ED Medium Purple

📋 copy color: '#AA67ED'

red 170 ◦ green 103 ◦ blue 237

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

Shades of Medium Purple #AA67ED

Tints of Medium Purple #AA67ED

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.2%

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 33.33%
G = 20.2%
B = 46.47%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA67ED (or 0xAA67ED) is known color: Medium Purple. HEX triplet: AA, 67 and ED. RGB value is (170,103,237). Sum of RGB (Red+Green+Blue) = 170+103+237=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA67ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA67ED is #559812. Grayscale: #898989. Windows color (decimal): -5609491 or 15558570. OLE color: 15558570.

HSL color Cylindrical-coordinate representation of color #AA67ED: hue angle of 270º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA67ED is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 103 237 -
CMYK 0.28 0.57 0 0.07
HSL 270º 0.79% 0.67% -
HSV(B) 270º 0.57% 0.93% -
XYZ 36.71 24.36 82.89 -
YUV 138.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 170 103 237 0.28 0.57 0 0.07 270 0.79 0.67
Hex AA 67 ED 1C 39 0 7 10E 4F 43
Octal 252 147 355 34 71 0 7 416 117 103
Binary 10101010 1100111 11101101 11100 111001 0 111 100001110 1001111 1000011

Color Harmonies of #AA67ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA67ED

Black with #AA67ED

Text Example


Text Example

White with #AA67ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA67ED; }

 p { color: rgb(170,103,237); }

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

background-color css

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

 a { background-color: rgb(170,103,237); }

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

border-color css

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

 span { border-color: rgb(170,103,237); }

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