Html Css Color HEX #A758F9 Medium Purple

📋 copy color: '#A758F9'

red 167 ◦ green 88 ◦ blue 249

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

Shades of Medium Purple #A758F9

Tints of Medium Purple #A758F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.4%

R = 33.13%
G = 17.46%
B = 49.4%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A758F9 (or 0xA758F9) is known color: Medium Purple. HEX triplet: A7, 58 and F9. RGB value is (167,88,249). Sum of RGB (Red+Green+Blue) = 167+88+249=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #A758F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A758F9 is #58A706. Grayscale: #818181. Windows color (decimal): -5809927 or 16341159. OLE color: 16341159.

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

Color convert

RGB 167 88 249 -
CMYK 0.33 0.65 0 0.02
HSL 269.44º 0.93% 0.66% -
HSV(B) 269.44º 0.65% 0.98% -
XYZ 36.52 22.03 91.95 -
YUV 129.98 195.17 154.41 -
System Red Green Blue C M Y K H S L
Decimal 167 88 249 0.33 0.65 0 0.02 269.44 0.93 0.66
Hex A7 58 F9 21 41 0 2 10D 5D 42
Octal 247 130 371 41 101 0 2 415 135 102
Binary 10100111 1011000 11111001 100001 1000001 0 10 100001101 1011101 1000010

Color Harmonies of #A758F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A758F9

Black with #A758F9

Text Example


Text Example

White with #A758F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A758F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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