Html Css Color HEX #A466F1 Medium Purple

📋 copy color: '#A466F1'

red 164 ◦ green 102 ◦ blue 241

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

Shades of Medium Purple #A466F1

Tints of Medium Purple #A466F1

RGB

 RED value IS 164 (64.45% from 255) = 32.35%

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

 BLUE value IS 241 (94.53% from 255) = 47.53%

R = 32.35%
G = 20.12%
B = 47.53%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A466F1 (or 0xA466F1) is known color: Medium Purple. HEX triplet: A4, 66 and F1. RGB value is (164,102,241). Sum of RGB (Red+Green+Blue) = 164+102+241=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #A466F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A466F1 is #5B990E. Grayscale: #878787. Windows color (decimal): -6002959 or 15820452. OLE color: 15820452.

HSL color Cylindrical-coordinate representation of color #A466F1: hue angle of 266.76º degrees, saturation: 0.83, 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 #A466F1 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 102 241 -
CMYK 0.32 0.58 0 0.05
HSL 266.76º 0.83% 0.67% -
HSV(B) 266.76º 0.58% 0.95% -
XYZ 35.94 23.75 85.91 -
YUV 136.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 164 102 241 0.32 0.58 0 0.05 266.76 0.83 0.67
Hex A4 66 F1 20 3A 0 5 10B 53 43
Octal 244 146 361 40 72 0 5 413 123 103
Binary 10100100 1100110 11110001 100000 111010 0 101 100001011 1010011 1000011

Color Harmonies of #A466F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466F1

Black with #A466F1

Text Example


Text Example

White with #A466F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466F1; }

 p { color: rgb(164,102,241); }

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

background-color css

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

 a { background-color: rgb(164,102,241); }

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

border-color css

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

 span { border-color: rgb(164,102,241); }

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