Html Css Color HEX #A66AFB Medium Purple

📋 copy color: '#A66AFB'

red 166 ◦ green 106 ◦ blue 251

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

Shades of Medium Purple #A66AFB

Tints of Medium Purple #A66AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.27%

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 31.74%
G = 20.27%
B = 47.99%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A66AFB (or 0xA66AFB) is known color: Medium Purple. HEX triplet: A6, 6A and FB. RGB value is (166,106,251). Sum of RGB (Red+Green+Blue) = 166+106+251=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #A66AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66AFB is #599504. Grayscale: #8B8B8B. Windows color (decimal): -5870853 or 16476838. OLE color: 16476838.

HSL color Cylindrical-coordinate representation of color #A66AFB: hue angle of 264.83º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A66AFB is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 106 251 -
CMYK 0.34 0.58 0 0.02
HSL 264.83º 0.95% 0.7% -
HSV(B) 264.83º 0.58% 0.98% -
XYZ 38.29 25.38 94.15 -
YUV 140.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 166 106 251 0.34 0.58 0 0.02 264.83 0.95 0.7
Hex A6 6A FB 22 3A 0 2 109 5F 46
Octal 246 152 373 42 72 0 2 411 137 106
Binary 10100110 1101010 11111011 100010 111010 0 10 100001001 1011111 1000110

Color Harmonies of #A66AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66AFB

Black with #A66AFB

Text Example


Text Example

White with #A66AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66AFB; }

 p { color: rgb(166,106,251); }

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

background-color css

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

 a { background-color: rgb(166,106,251); }

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

border-color css

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

 span { border-color: rgb(166,106,251); }

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