Html Css Color HEX #A962FA Medium Purple

📋 copy color: '#A962FA'

red 169 ◦ green 98 ◦ blue 250

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

Shades of Medium Purple #A962FA

Tints of Medium Purple #A962FA

RGB

 RED value IS 169 (66.41% from 255) = 32.69%

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

 BLUE value IS 250 (98.05% from 255) = 48.36%

R = 32.69%
G = 18.96%
B = 48.36%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A962FA (or 0xA962FA) is known color: Medium Purple. HEX triplet: A9, 62 and FA. RGB value is (169,98,250). Sum of RGB (Red+Green+Blue) = 169+98+250=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #A962FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A962FA is #569D05. Grayscale: #888888. Windows color (decimal): -5676294 or 16409257. OLE color: 16409257.

HSL color Cylindrical-coordinate representation of color #A962FA: hue angle of 268.03º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A962FA is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 98 250 -
CMYK 0.32 0.61 0 0.02
HSL 268.03º 0.94% 0.68% -
HSV(B) 268.03º 0.61% 0.98% -
XYZ 37.99 24.07 93.09 -
YUV 136.56 192.02 151.14 -
System Red Green Blue C M Y K H S L
Decimal 169 98 250 0.32 0.61 0 0.02 268.03 0.94 0.68
Hex A9 62 FA 20 3D 0 2 10C 5E 44
Octal 251 142 372 40 75 0 2 414 136 104
Binary 10101001 1100010 11111010 100000 111101 0 10 100001100 1011110 1000100

Color Harmonies of #A962FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A962FA

Black with #A962FA

Text Example


Text Example

White with #A962FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A962FA; }

 p { color: rgb(169,98,250); }

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

background-color css

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

 a { background-color: rgb(169,98,250); }

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

border-color css

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

 span { border-color: rgb(169,98,250); }

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