Html Css Color HEX #A666F2 Medium Purple

📋 copy color: '#A666F2'

red 166 ◦ green 102 ◦ blue 242

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

Shades of Medium Purple #A666F2

Tints of Medium Purple #A666F2

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20%

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

R = 32.55%
G = 20%
B = 47.45%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A666F2 (or 0xA666F2) is known color: Medium Purple. HEX triplet: A6, 66 and F2. RGB value is (166,102,242). Sum of RGB (Red+Green+Blue) = 166+102+242=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #A666F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A666F2 is #59990D. Grayscale: #888888. Windows color (decimal): -5871886 or 15885990. OLE color: 15885990.

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

Color convert

RGB 166 102 242 -
CMYK 0.31 0.58 0 0.05
HSL 267.43º 0.84% 0.67% -
HSV(B) 267.43º 0.58% 0.95% -
XYZ 36.5 24.02 86.72 -
YUV 137.1 187.2 148.62 -
System Red Green Blue C M Y K H S L
Decimal 166 102 242 0.31 0.58 0 0.05 267.43 0.84 0.67
Hex A6 66 F2 1F 3A 0 5 10B 54 43
Octal 246 146 362 37 72 0 5 413 124 103
Binary 10100110 1100110 11110010 11111 111010 0 101 100001011 1010100 1000011

Color Harmonies of #A666F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666F2

Black with #A666F2

Text Example


Text Example

White with #A666F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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