Html Css Color HEX #A758FB Medium Purple

📋 copy color: '#A758FB'

red 167 ◦ green 88 ◦ blue 251

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

Shades of Medium Purple #A758FB

Tints of Medium Purple #A758FB

RGB

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

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

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

R = 33%
G = 17.39%
B = 49.6%

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

#A758FB (or 0xA758FB) is known color: Medium Purple. HEX triplet: A7, 58 and FB. RGB value is (167,88,251). Sum of RGB (Red+Green+Blue) = 167+88+251=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #A758FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A758FB is #58A704. Grayscale: #818181. Windows color (decimal): -5809925 or 16472231. OLE color: 16472231.

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

Color convert

RGB 167 88 251 -
CMYK 0.33 0.65 0 0.02
HSL 269.08º 0.95% 0.66% -
HSV(B) 269.08º 0.65% 0.98% -
XYZ 36.84 22.16 93.6 -
YUV 130.2 196.17 154.25 -
System Red Green Blue C M Y K H S L
Decimal 167 88 251 0.33 0.65 0 0.02 269.08 0.95 0.66
Hex A7 58 FB 21 41 0 2 10D 5F 42
Octal 247 130 373 41 101 0 2 415 137 102
Binary 10100111 1011000 11111011 100001 1000001 0 10 100001101 1011111 1000010

Color Harmonies of #A758FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A758FB

Black with #A758FB

Text Example


Text Example

White with #A758FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A758FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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