Html Css Color HEX #A258FC Medium Purple

📋 copy color: '#A258FC'

red 162 ◦ green 88 ◦ blue 252

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

Shades of Medium Purple #A258FC

Tints of Medium Purple #A258FC

RGB

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

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

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

R = 32.27%
G = 17.53%
B = 50.2%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A258FC (or 0xA258FC) is known color: Medium Purple. HEX triplet: A2, 58 and FC. RGB value is (162,88,252). Sum of RGB (Red+Green+Blue) = 162+88+252=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #A258FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A258FC is #5DA703. Grayscale: #808080. Windows color (decimal): -6137604 or 16537762. OLE color: 16537762.

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

Color convert

RGB 162 88 252 -
CMYK 0.36 0.65 0 0.01
HSL 267.07º 0.96% 0.67% -
HSV(B) 267.07º 0.65% 0.99% -
XYZ 35.96 21.69 94.39 -
YUV 128.82 197.52 151.66 -
System Red Green Blue C M Y K H S L
Decimal 162 88 252 0.36 0.65 0 0.01 267.07 0.96 0.67
Hex A2 58 FC 24 41 0 1 10B 60 43
Octal 242 130 374 44 101 0 1 413 140 103
Binary 10100010 1011000 11111100 100100 1000001 0 1 100001011 1100000 1000011

Color Harmonies of #A258FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A258FC

Black with #A258FC

Text Example


Text Example

White with #A258FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A258FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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