Html Css Color HEX #A75EFB Medium Purple

📋 copy color: '#A75EFB'

red 167 ◦ green 94 ◦ blue 251

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

Shades of Medium Purple #A75EFB

Tints of Medium Purple #A75EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.36%

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

R = 32.62%
G = 18.36%
B = 49.02%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A75EFB (or 0xA75EFB) is known color: Medium Purple. HEX triplet: A7, 5E and FB. RGB value is (167,94,251). Sum of RGB (Red+Green+Blue) = 167+94+251=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #A75EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75EFB is #58A104. Grayscale: #858585. Windows color (decimal): -5808389 or 16473767. OLE color: 16473767.

HSL color Cylindrical-coordinate representation of color #A75EFB: hue angle of 267.9º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A75EFB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 94 251 -
CMYK 0.33 0.63 0 0.02
HSL 267.9º 0.95% 0.68% -
HSV(B) 267.9º 0.63% 0.98% -
XYZ 37.35 23.19 93.77 -
YUV 133.73 194.18 151.73 -
System Red Green Blue C M Y K H S L
Decimal 167 94 251 0.33 0.63 0 0.02 267.9 0.95 0.68
Hex A7 5E FB 21 3F 0 2 10C 5F 44
Octal 247 136 373 41 77 0 2 414 137 104
Binary 10100111 1011110 11111011 100001 111111 0 10 100001100 1011111 1000100

Color Harmonies of #A75EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75EFB

Black with #A75EFB

Text Example


Text Example

White with #A75EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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