Html Css Color HEX #A668E5 Medium Purple

📋 copy color: '#A668E5'

red 166 ◦ green 104 ◦ blue 229

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

Shades of Medium Purple #A668E5

Tints of Medium Purple #A668E5

RGB

 RED value IS 166 (65.23% from 255) = 33.27%

 GREEN value IS 104 (41.02% from 255) = 20.84%

 BLUE value IS 229 (89.84% from 255) = 45.89%

R = 33.27%
G = 20.84%
B = 45.89%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A668E5 (or 0xA668E5) is known color: Medium Purple. HEX triplet: A6, 68 and E5. RGB value is (166,104,229). Sum of RGB (Red+Green+Blue) = 166+104+229=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #A668E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668E5 is #59971A. Grayscale: #888888. Windows color (decimal): -5871387 or 15034534. OLE color: 15034534.

HSL color Cylindrical-coordinate representation of color #A668E5: hue angle of 269.76º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A668E5 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 104 229 -
CMYK 0.28 0.55 0 0.10
HSL 269.76º 0.71% 0.65% -
HSV(B) 269.76º 0.55% 0.9% -
XYZ 34.82 23.66 76.86 -
YUV 136.79 180.04 148.84 -
System Red Green Blue C M Y K H S L
Decimal 166 104 229 0.28 0.55 0 0.10 269.76 0.71 0.65
Hex A6 68 E5 1C 37 0 A 10E 47 41
Octal 246 150 345 34 67 0 12 416 107 101
Binary 10100110 1101000 11100101 11100 110111 0 1010 100001110 1000111 1000001

Color Harmonies of #A668E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668E5

Black with #A668E5

Text Example


Text Example

White with #A668E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668E5; }

 p { color: rgb(166,104,229); }

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

background-color css

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

 a { background-color: rgb(166,104,229); }

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

border-color css

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

 span { border-color: rgb(166,104,229); }

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