Html Css Color HEX #A664FB Medium Purple

📋 copy color: '#A664FB'

red 166 ◦ green 100 ◦ blue 251

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

Shades of Medium Purple #A664FB

Tints of Medium Purple #A664FB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.34%

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

R = 32.11%
G = 19.34%
B = 48.55%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A664FB (or 0xA664FB) is known color: Medium Purple. HEX triplet: A6, 64 and FB. RGB value is (166,100,251). Sum of RGB (Red+Green+Blue) = 166+100+251=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #A664FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A664FB is #599B04. Grayscale: #888888. Windows color (decimal): -5872389 or 16475302. OLE color: 16475302.

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

Color convert

RGB 166 100 251 -
CMYK 0.34 0.60 0 0.02
HSL 266.23º 0.95% 0.69% -
HSV(B) 266.23º 0.6% 0.98% -
XYZ 37.7 24.19 93.95 -
YUV 136.95 192.37 148.72 -
System Red Green Blue C M Y K H S L
Decimal 166 100 251 0.34 0.60 0 0.02 266.23 0.95 0.69
Hex A6 64 FB 22 3C 0 2 10A 5F 45
Octal 246 144 373 42 74 0 2 412 137 105
Binary 10100110 1100100 11111011 100010 111100 0 10 100001010 1011111 1000101

Color Harmonies of #A664FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664FB

Black with #A664FB

Text Example


Text Example

White with #A664FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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