Html Css Color HEX #A75BFE Medium Purple

📋 copy color: '#A75BFE'

red 167 ◦ green 91 ◦ blue 254

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

Shades of Medium Purple #A75BFE

Tints of Medium Purple #A75BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.77%

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

R = 32.62%
G = 17.77%
B = 49.61%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A75BFE (or 0xA75BFE) is known color: Medium Purple. HEX triplet: A7, 5B and FE. RGB value is (167,91,254). Sum of RGB (Red+Green+Blue) = 167+91+254=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #A75BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75BFE is #58A401. Grayscale: #838383. Windows color (decimal): -5809154 or 16669607. OLE color: 16669607.

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

Color convert

RGB 167 91 254 -
CMYK 0.34 0.64 0 0.00
HSL 267.98º 0.99% 0.68% -
HSV(B) 267.98º 0.64% 1% -
XYZ 37.57 22.85 96.2 -
YUV 132.31 196.68 152.75 -
System Red Green Blue C M Y K H S L
Decimal 167 91 254 0.34 0.64 0 0.00 267.98 0.99 0.68
Hex A7 5B FE 22 40 0 0 10C 63 44
Octal 247 133 376 42 100 0 0 414 143 104
Binary 10100111 1011011 11111110 100010 1000000 0 0 100001100 1100011 1000100

Color Harmonies of #A75BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75BFE

Black with #A75BFE

Text Example


Text Example

White with #A75BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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