Html Css Color HEX #A262FC Medium Purple

📋 copy color: '#A262FC'

red 162 ◦ green 98 ◦ blue 252

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

Shades of Medium Purple #A262FC

Tints of Medium Purple #A262FC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.14%

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

R = 31.64%
G = 19.14%
B = 49.22%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A262FC (or 0xA262FC) is known color: Medium Purple. HEX triplet: A2, 62 and FC. RGB value is (162,98,252). Sum of RGB (Red+Green+Blue) = 162+98+252=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #A262FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A262FC is #5D9D03. Grayscale: #868686. Windows color (decimal): -6135044 or 16540322. OLE color: 16540322.

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

Color convert

RGB 162 98 252 -
CMYK 0.36 0.61 0 0.01
HSL 264.94º 0.96% 0.69% -
HSV(B) 264.94º 0.61% 0.99% -
XYZ 36.84 23.45 94.68 -
YUV 134.69 194.2 147.48 -
System Red Green Blue C M Y K H S L
Decimal 162 98 252 0.36 0.61 0 0.01 264.94 0.96 0.69
Hex A2 62 FC 24 3D 0 1 109 60 45
Octal 242 142 374 44 75 0 1 411 140 105
Binary 10100010 1100010 11111100 100100 111101 0 1 100001001 1100000 1000101

Color Harmonies of #A262FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262FC

Black with #A262FC

Text Example


Text Example

White with #A262FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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