Html Css Color HEX #A664FF Medium Purple

📋 copy color: '#A664FF'

red 166 ◦ green 100 ◦ blue 255

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

Shades of Medium Purple #A664FF

Tints of Medium Purple #A664FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 31.86%
G = 19.19%
B = 48.94%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A664FF (or 0xA664FF) is known color: Medium Purple. HEX triplet: A6, 64 and FF. RGB value is (166,100,255). Sum of RGB (Red+Green+Blue) = 166+100+255=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #A664FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A664FF is #599B00. Grayscale: #888888. Windows color (decimal): -5872385 or 16737446. OLE color: 16737446.

HSL color Cylindrical-coordinate representation of color #A664FF: hue angle of 265.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A664FF is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 100 255 -
CMYK 0.35 0.61 0 0
HSL 265.55º 1% 0.7% -
HSV(B) 265.55º 0.61% 1% -
XYZ 38.33 24.44 97.31 -
YUV 137.4 194.37 148.4 -
System Red Green Blue C M Y K H S L
Decimal 166 100 255 0.35 0.61 0 0 265.55 1 0.7
Hex A6 64 FF 23 3D 0 0 10A 64 46
Octal 246 144 377 43 75 0 0 412 144 106
Binary 10100110 1100100 11111111 100011 111101 0 0 100001010 1100100 1000110

Color Harmonies of #A664FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664FF

Black with #A664FF

Text Example


Text Example

White with #A664FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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