Html Css Color HEX #A75BFA Medium Purple

📋 copy color: '#A75BFA'

red 167 ◦ green 91 ◦ blue 250

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

Shades of Medium Purple #A75BFA

Tints of Medium Purple #A75BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.21%

R = 32.87%
G = 17.91%
B = 49.21%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A75BFA (or 0xA75BFA) is known color: Medium Purple. HEX triplet: A7, 5B and FA. RGB value is (167,91,250). Sum of RGB (Red+Green+Blue) = 167+91+250=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #A75BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75BFA is #58A405. Grayscale: #838383. Windows color (decimal): -5809158 or 16407463. OLE color: 16407463.

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

Color convert

RGB 167 91 250 -
CMYK 0.33 0.64 0 0.02
HSL 268.68º 0.94% 0.67% -
HSV(B) 268.68º 0.64% 0.98% -
XYZ 36.93 22.6 92.86 -
YUV 131.85 194.68 153.07 -
System Red Green Blue C M Y K H S L
Decimal 167 91 250 0.33 0.64 0 0.02 268.68 0.94 0.67
Hex A7 5B FA 21 40 0 2 10D 5E 43
Octal 247 133 372 41 100 0 2 415 136 103
Binary 10100111 1011011 11111010 100001 1000000 0 10 100001101 1011110 1000011

Color Harmonies of #A75BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75BFA

Black with #A75BFA

Text Example


Text Example

White with #A75BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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