Html Css Color HEX #A75CFB Medium Purple

📋 copy color: '#A75CFB'

red 167 ◦ green 92 ◦ blue 251

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

Shades of Medium Purple #A75CFB

Tints of Medium Purple #A75CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.04%

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

R = 32.75%
G = 18.04%
B = 49.22%

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

#A75CFB (or 0xA75CFB) is known color: Medium Purple. HEX triplet: A7, 5C and FB. RGB value is (167,92,251). Sum of RGB (Red+Green+Blue) = 167+92+251=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #A75CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75CFB is #58A304. Grayscale: #838383. Windows color (decimal): -5808901 or 16473255. OLE color: 16473255.

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

Color convert

RGB 167 92 251 -
CMYK 0.33 0.63 0 0.02
HSL 268.3º 0.95% 0.67% -
HSV(B) 268.3º 0.63% 0.98% -
XYZ 37.18 22.83 93.71 -
YUV 132.55 194.85 152.57 -
System Red Green Blue C M Y K H S L
Decimal 167 92 251 0.33 0.63 0 0.02 268.3 0.95 0.67
Hex A7 5C FB 21 3F 0 2 10C 5F 43
Octal 247 134 373 41 77 0 2 414 137 103
Binary 10100111 1011100 11111011 100001 111111 0 10 100001100 1011111 1000011

Color Harmonies of #A75CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75CFB

Black with #A75CFB

Text Example


Text Example

White with #A75CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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