Html Css Color HEX #A75AFB Medium Purple

📋 copy color: '#A75AFB'

red 167 ◦ green 90 ◦ blue 251

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

Shades of Medium Purple #A75AFB

Tints of Medium Purple #A75AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.72%

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

R = 32.87%
G = 17.72%
B = 49.41%

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

#A75AFB (or 0xA75AFB) is known color: Medium Purple. HEX triplet: A7, 5A and FB. RGB value is (167,90,251). Sum of RGB (Red+Green+Blue) = 167+90+251=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #A75AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75AFB is #58A504. Grayscale: #828282. Windows color (decimal): -5809413 or 16472743. OLE color: 16472743.

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

Color convert

RGB 167 90 251 -
CMYK 0.33 0.64 0 0.02
HSL 268.7º 0.95% 0.67% -
HSV(B) 268.7º 0.64% 0.98% -
XYZ 37.01 22.49 93.66 -
YUV 131.38 195.51 153.41 -
System Red Green Blue C M Y K H S L
Decimal 167 90 251 0.33 0.64 0 0.02 268.7 0.95 0.67
Hex A7 5A FB 21 40 0 2 10D 5F 43
Octal 247 132 373 41 100 0 2 415 137 103
Binary 10100111 1011010 11111011 100001 1000000 0 10 100001101 1011111 1000011

Color Harmonies of #A75AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75AFB

Black with #A75AFB

Text Example


Text Example

White with #A75AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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