Html Css Color HEX #A268FC Medium Purple

📋 copy color: '#A268FC'

red 162 ◦ green 104 ◦ blue 252

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

Shades of Medium Purple #A268FC

Tints of Medium Purple #A268FC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.08%

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

R = 31.27%
G = 20.08%
B = 48.65%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A268FC (or 0xA268FC) is known color: Medium Purple. HEX triplet: A2, 68 and FC. RGB value is (162,104,252). Sum of RGB (Red+Green+Blue) = 162+104+252=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #A268FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A268FC is #5D9703. Grayscale: #898989. Windows color (decimal): -6133508 or 16541858. OLE color: 16541858.

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

Color convert

RGB 162 104 252 -
CMYK 0.36 0.59 0 0.01
HSL 263.51º 0.96% 0.7% -
HSV(B) 263.51º 0.59% 0.99% -
XYZ 37.42 24.61 94.87 -
YUV 138.21 192.22 144.97 -
System Red Green Blue C M Y K H S L
Decimal 162 104 252 0.36 0.59 0 0.01 263.51 0.96 0.7
Hex A2 68 FC 24 3B 0 1 108 60 46
Octal 242 150 374 44 73 0 1 410 140 106
Binary 10100010 1101000 11111100 100100 111011 0 1 100001000 1100000 1000110

Color Harmonies of #A268FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268FC

Black with #A268FC

Text Example


Text Example

White with #A268FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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