Html Css Color HEX #A262FD Medium Purple

📋 copy color: '#A262FD'

red 162 ◦ green 98 ◦ blue 253

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

Shades of Medium Purple #A262FD

Tints of Medium Purple #A262FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 31.58%
G = 19.1%
B = 49.32%

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

#A262FD (or 0xA262FD) is known color: Medium Purple. HEX triplet: A2, 62 and FD. RGB value is (162,98,253). Sum of RGB (Red+Green+Blue) = 162+98+253=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #A262FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A262FD is #5D9D02. Grayscale: #868686. Windows color (decimal): -6135043 or 16605858. OLE color: 16605858.

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

Color convert

RGB 162 98 253 -
CMYK 0.36 0.61 0 0.01
HSL 264.77º 0.97% 0.69% -
HSV(B) 264.77º 0.61% 0.99% -
XYZ 37 23.51 95.52 -
YUV 134.81 194.7 147.4 -
System Red Green Blue C M Y K H S L
Decimal 162 98 253 0.36 0.61 0 0.01 264.77 0.97 0.69
Hex A2 62 FD 24 3D 0 1 109 61 45
Octal 242 142 375 44 75 0 1 411 141 105
Binary 10100010 1100010 11111101 100100 111101 0 1 100001001 1100001 1000101

Color Harmonies of #A262FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262FD

Black with #A262FD

Text Example


Text Example

White with #A262FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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