Html Css Color HEX #A66BFC Medium Purple

📋 copy color: '#A66BFC'

red 166 ◦ green 107 ◦ blue 252

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

Shades of Medium Purple #A66BFC

Tints of Medium Purple #A66BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.38%

 BLUE value IS 252 (98.83% from 255) = 48%

R = 31.62%
G = 20.38%
B = 48%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A66BFC (or 0xA66BFC) is known color: Medium Purple. HEX triplet: A6, 6B and FC. RGB value is (166,107,252). Sum of RGB (Red+Green+Blue) = 166+107+252=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #A66BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66BFC is #599403. Grayscale: #8C8C8C. Windows color (decimal): -5870596 or 16542630. OLE color: 16542630.

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

Color convert

RGB 166 107 252 -
CMYK 0.34 0.58 0 0.01
HSL 264.41º 0.96% 0.7% -
HSV(B) 264.41º 0.58% 0.99% -
XYZ 38.55 25.65 95.01 -
YUV 141.17 190.55 145.71 -
System Red Green Blue C M Y K H S L
Decimal 166 107 252 0.34 0.58 0 0.01 264.41 0.96 0.7
Hex A6 6B FC 22 3A 0 1 108 60 46
Octal 246 153 374 42 72 0 1 410 140 106
Binary 10100110 1101011 11111100 100010 111010 0 1 100001000 1100000 1000110

Color Harmonies of #A66BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66BFC

Black with #A66BFC

Text Example


Text Example

White with #A66BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66BFC; }

 p { color: rgb(166,107,252); }

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

background-color css

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

 a { background-color: rgb(166,107,252); }

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

border-color css

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

 span { border-color: rgb(166,107,252); }

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