Html Css Color HEX #A258FA Medium Purple

📋 copy color: '#A258FA'

red 162 ◦ green 88 ◦ blue 250

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

Shades of Medium Purple #A258FA

Tints of Medium Purple #A258FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.6%

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

R = 32.4%
G = 17.6%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A258FA (or 0xA258FA) is known color: Medium Purple. HEX triplet: A2, 58 and FA. RGB value is (162,88,250). Sum of RGB (Red+Green+Blue) = 162+88+250=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #A258FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A258FA is #5DA705. Grayscale: #808080. Windows color (decimal): -6137606 or 16406690. OLE color: 16406690.

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

Color convert

RGB 162 88 250 -
CMYK 0.35 0.65 0 0.02
HSL 267.41º 0.94% 0.66% -
HSV(B) 267.41º 0.65% 0.98% -
XYZ 35.65 21.56 92.73 -
YUV 128.59 196.52 151.83 -
System Red Green Blue C M Y K H S L
Decimal 162 88 250 0.35 0.65 0 0.02 267.41 0.94 0.66
Hex A2 58 FA 23 41 0 2 10B 5E 42
Octal 242 130 372 43 101 0 2 413 136 102
Binary 10100010 1011000 11111010 100011 1000001 0 10 100001011 1011110 1000010

Color Harmonies of #A258FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A258FA

Black with #A258FA

Text Example


Text Example

White with #A258FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A258FA; }

 p { color: rgb(162,88,250); }

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

background-color css

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

 a { background-color: rgb(162,88,250); }

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

border-color css

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

 span { border-color: rgb(162,88,250); }

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