Html Css Color HEX #A164FC Medium Purple

📋 copy color: '#A164FC'

red 161 ◦ green 100 ◦ blue 252

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

Shades of Medium Purple #A164FC

Tints of Medium Purple #A164FC

RGB

 RED value IS 161 (63.28% from 255) = 31.38%

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

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

R = 31.38%
G = 19.49%
B = 49.12%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A164FC (or 0xA164FC) is known color: Medium Purple. HEX triplet: A1, 64 and FC. RGB value is (161,100,252). Sum of RGB (Red+Green+Blue) = 161+100+252=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #A164FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A164FC is #5E9B03. Grayscale: #878787. Windows color (decimal): -6200068 or 16540833. OLE color: 16540833.

HSL color Cylindrical-coordinate representation of color #A164FC: hue angle of 264.08º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A164FC is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 100 252 -
CMYK 0.36 0.60 0 0.01
HSL 264.08º 0.96% 0.69% -
HSV(B) 264.08º 0.6% 0.99% -
XYZ 36.83 23.72 94.73 -
YUV 135.57 193.71 146.14 -
System Red Green Blue C M Y K H S L
Decimal 161 100 252 0.36 0.60 0 0.01 264.08 0.96 0.69
Hex A1 64 FC 24 3C 0 1 108 60 45
Octal 241 144 374 44 74 0 1 410 140 105
Binary 10100001 1100100 11111100 100100 111100 0 1 100001000 1100000 1000101

Color Harmonies of #A164FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164FC

Black with #A164FC

Text Example


Text Example

White with #A164FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164FC; }

 p { color: rgb(161,100,252); }

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

background-color css

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

 a { background-color: rgb(161,100,252); }

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

border-color css

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

 span { border-color: rgb(161,100,252); }

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