Html Css Color HEX #A668F2 Medium Purple

📋 copy color: '#A668F2'

red 166 ◦ green 104 ◦ blue 242

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

Shades of Medium Purple #A668F2

Tints of Medium Purple #A668F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.27%

R = 32.42%
G = 20.31%
B = 47.27%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A668F2 (or 0xA668F2) is known color: Medium Purple. HEX triplet: A6, 68 and F2. RGB value is (166,104,242). Sum of RGB (Red+Green+Blue) = 166+104+242=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #A668F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A668F2 is #59970D. Grayscale: #898989. Windows color (decimal): -5871374 or 15886502. OLE color: 15886502.

HSL color Cylindrical-coordinate representation of color #A668F2: hue angle of 266.96º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A668F2 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 104 242 -
CMYK 0.31 0.57 0 0.05
HSL 266.96º 0.84% 0.68% -
HSV(B) 266.96º 0.57% 0.95% -
XYZ 36.7 24.42 86.78 -
YUV 138.27 186.54 147.78 -
System Red Green Blue C M Y K H S L
Decimal 166 104 242 0.31 0.57 0 0.05 266.96 0.84 0.68
Hex A6 68 F2 1F 39 0 5 10B 54 44
Octal 246 150 362 37 71 0 5 413 124 104
Binary 10100110 1101000 11110010 11111 111001 0 101 100001011 1010100 1000100

Color Harmonies of #A668F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668F2

Black with #A668F2

Text Example


Text Example

White with #A668F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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