Html Css Color HEX #A754FF Medium Purple

📋 copy color: '#A754FF'

red 167 ◦ green 84 ◦ blue 255

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

Shades of Medium Purple #A754FF

Tints of Medium Purple #A754FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.6%

 BLUE value IS 255 (100% from 255) = 50.4%

R = 33%
G = 16.6%
B = 50.4%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A754FF (or 0xA754FF) is known color: Medium Purple. HEX triplet: A7, 54 and FF. RGB value is (167,84,255). Sum of RGB (Red+Green+Blue) = 167+84+255=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #A754FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A754FF is #58AB00. Grayscale: #7F7F7F. Windows color (decimal): -5810945 or 16733351. OLE color: 16733351.

HSL color Cylindrical-coordinate representation of color #A754FF: hue angle of 269.12º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A754FF is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 84 255 -
CMYK 0.35 0.67 0 0
HSL 269.12º 1% 0.66% -
HSV(B) 269.12º 0.67% 1% -
XYZ 37.16 21.78 96.85 -
YUV 128.31 199.5 155.6 -
System Red Green Blue C M Y K H S L
Decimal 167 84 255 0.35 0.67 0 0 269.12 1 0.66
Hex A7 54 FF 23 43 0 0 10D 64 42
Octal 247 124 377 43 103 0 0 415 144 102
Binary 10100111 1010100 11111111 100011 1000011 0 0 100001101 1100100 1000010

Color Harmonies of #A754FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A754FF

Black with #A754FF

Text Example


Text Example

White with #A754FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A754FF; }

 p { color: rgb(167,84,255); }

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

background-color css

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

 a { background-color: rgb(167,84,255); }

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

border-color css

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

 span { border-color: rgb(167,84,255); }

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