Html Css Color HEX #A258FB Medium Purple

📋 copy color: '#A258FB'

red 162 ◦ green 88 ◦ blue 251

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

Shades of Medium Purple #A258FB

Tints of Medium Purple #A258FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.1%

R = 32.34%
G = 17.56%
B = 50.1%

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

#A258FB (or 0xA258FB) is known color: Medium Purple. HEX triplet: A2, 58 and FB. RGB value is (162,88,251). Sum of RGB (Red+Green+Blue) = 162+88+251=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #A258FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A258FB is #5DA704. Grayscale: #808080. Windows color (decimal): -6137605 or 16472226. OLE color: 16472226.

HSL color Cylindrical-coordinate representation of color #A258FB: hue angle of 267.24º degrees, saturation: 0.95, 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 #A258FB is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 88 251 -
CMYK 0.35 0.65 0 0.02
HSL 267.24º 0.95% 0.66% -
HSV(B) 267.24º 0.65% 0.98% -
XYZ 35.8 21.63 93.55 -
YUV 128.71 197.02 151.75 -
System Red Green Blue C M Y K H S L
Decimal 162 88 251 0.35 0.65 0 0.02 267.24 0.95 0.66
Hex A2 58 FB 23 41 0 2 10B 5F 42
Octal 242 130 373 43 101 0 2 413 137 102
Binary 10100010 1011000 11111011 100011 1000001 0 10 100001011 1011111 1000010

Color Harmonies of #A258FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A258FB

Black with #A258FB

Text Example


Text Example

White with #A258FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A258FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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