Html Css Color HEX #A758FF Medium Purple

📋 copy color: '#A758FF'

red 167 ◦ green 88 ◦ blue 255

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

Shades of Medium Purple #A758FF

Tints of Medium Purple #A758FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50%

R = 32.75%
G = 17.25%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A758FF (or 0xA758FF) is known color: Medium Purple. HEX triplet: A7, 58 and FF. RGB value is (167,88,255). Sum of RGB (Red+Green+Blue) = 167+88+255=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #A758FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A758FF is #58A700. Grayscale: #828282. Windows color (decimal): -5809921 or 16734375. OLE color: 16734375.

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

Color convert

RGB 167 88 255 -
CMYK 0.35 0.65 0 0
HSL 268.38º 1% 0.67% -
HSV(B) 268.38º 0.65% 1% -
XYZ 37.48 22.41 96.96 -
YUV 130.66 198.17 153.92 -
System Red Green Blue C M Y K H S L
Decimal 167 88 255 0.35 0.65 0 0 268.38 1 0.67
Hex A7 58 FF 23 41 0 0 10C 64 43
Octal 247 130 377 43 101 0 0 414 144 103
Binary 10100111 1011000 11111111 100011 1000001 0 0 100001100 1100100 1000011

Color Harmonies of #A758FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A758FF

Black with #A758FF

Text Example


Text Example

White with #A758FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A758FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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