Html Css Color HEX #A250FF Medium Purple

📋 copy color: '#A250FF'

red 162 ◦ green 80 ◦ blue 255

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

Shades of Medium Purple #A250FF

Tints of Medium Purple #A250FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.1%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 32.6%
G = 16.1%
B = 51.31%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A250FF (or 0xA250FF) is known color: Medium Purple. HEX triplet: A2, 50 and FF. RGB value is (162,80,255). Sum of RGB (Red+Green+Blue) = 162+80+255=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #A250FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250FF is #5DAF00. Grayscale: #7B7B7B. Windows color (decimal): -6139649 or 16732322. OLE color: 16732322.

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

Color convert

RGB 162 80 255 -
CMYK 0.36 0.69 0 0
HSL 268.11º 1% 0.66% -
HSV(B) 268.11º 0.69% 1% -
XYZ 35.82 20.64 96.7 -
YUV 124.47 201.67 154.77 -
System Red Green Blue C M Y K H S L
Decimal 162 80 255 0.36 0.69 0 0 268.11 1 0.66
Hex A2 50 FF 24 45 0 0 10C 64 42
Octal 242 120 377 44 105 0 0 414 144 102
Binary 10100010 1010000 11111111 100100 1000101 0 0 100001100 1100100 1000010

Color Harmonies of #A250FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250FF

Black with #A250FF

Text Example


Text Example

White with #A250FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250FF; }

 p { color: rgb(162,80,255); }

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

background-color css

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

 a { background-color: rgb(162,80,255); }

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

border-color css

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

 span { border-color: rgb(162,80,255); }

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