Html Css Color HEX #A264FC Medium Purple

📋 copy color: '#A264FC'

red 162 ◦ green 100 ◦ blue 252

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

Shades of Medium Purple #A264FC

Tints of Medium Purple #A264FC

RGB

 RED value IS 162 (63.67% from 255) = 31.52%

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

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

R = 31.52%
G = 19.46%
B = 49.03%

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

#A264FC (or 0xA264FC) is known color: Medium Purple. HEX triplet: A2, 64 and FC. RGB value is (162,100,252). Sum of RGB (Red+Green+Blue) = 162+100+252=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #A264FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A264FC is #5D9B03. Grayscale: #878787. Windows color (decimal): -6134532 or 16540834. OLE color: 16540834.

HSL color Cylindrical-coordinate representation of color #A264FC: hue angle of 264.47º 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 #A264FC is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 100 252 -
CMYK 0.36 0.60 0 0.01
HSL 264.47º 0.96% 0.69% -
HSV(B) 264.47º 0.6% 0.99% -
XYZ 37.03 23.82 94.74 -
YUV 135.87 193.54 146.64 -
System Red Green Blue C M Y K H S L
Decimal 162 100 252 0.36 0.60 0 0.01 264.47 0.96 0.69
Hex A2 64 FC 24 3C 0 1 108 60 45
Octal 242 144 374 44 74 0 1 410 140 105
Binary 10100010 1100100 11111100 100100 111100 0 1 100001000 1100000 1000101

Color Harmonies of #A264FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A264FC

Black with #A264FC

Text Example


Text Example

White with #A264FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A264FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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