Html Css Color HEX #A758FE Medium Purple

📋 copy color: '#A758FE'

red 167 ◦ green 88 ◦ blue 254

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

Shades of Medium Purple #A758FE

Tints of Medium Purple #A758FE

RGB

 RED value IS 167 (65.63% from 255) = 32.81%

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 32.81%
G = 17.29%
B = 49.9%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A758FE (or 0xA758FE) is known color: Medium Purple. HEX triplet: A7, 58 and FE. RGB value is (167,88,254). Sum of RGB (Red+Green+Blue) = 167+88+254=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #A758FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A758FE is #58A701. Grayscale: #818181. Windows color (decimal): -5809922 or 16668839. OLE color: 16668839.

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

Color convert

RGB 167 88 254 -
CMYK 0.34 0.65 0 0.00
HSL 268.55º 0.99% 0.67% -
HSV(B) 268.55º 0.65% 1% -
XYZ 37.32 22.35 96.11 -
YUV 130.55 197.67 154 -
System Red Green Blue C M Y K H S L
Decimal 167 88 254 0.34 0.65 0 0.00 268.55 0.99 0.67
Hex A7 58 FE 22 41 0 0 10D 63 43
Octal 247 130 376 42 101 0 0 415 143 103
Binary 10100111 1011000 11111110 100010 1000001 0 0 100001101 1100011 1000011

Color Harmonies of #A758FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A758FE

Black with #A758FE

Text Example


Text Example

White with #A758FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A758FE; }

 p { color: rgb(167,88,254); }

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

background-color css

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

 a { background-color: rgb(167,88,254); }

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

border-color css

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

 span { border-color: rgb(167,88,254); }

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