Html Css Color HEX #A54FF9 Medium Purple

📋 copy color: '#A54FF9'

red 165 ◦ green 79 ◦ blue 249

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

Shades of Medium Purple #A54FF9

Tints of Medium Purple #A54FF9

RGB

 RED value IS 165 (64.84% from 255) = 33.47%

 GREEN value IS 79 (31.25% from 255) = 16.02%

 BLUE value IS 249 (97.66% from 255) = 50.51%

R = 33.47%
G = 16.02%
B = 50.51%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A54FF9 (or 0xA54FF9) is known color: Medium Purple. HEX triplet: A5, 4F and F9. RGB value is (165,79,249). Sum of RGB (Red+Green+Blue) = 165+79+249=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #A54FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FF9 is #5AB006. Grayscale: #7B7B7B. Windows color (decimal): -5943303 or 16338853. OLE color: 16338853.

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

Color convert

RGB 165 79 249 -
CMYK 0.34 0.68 0 0.02
HSL 270.35º 0.93% 0.64% -
HSV(B) 270.35º 0.68% 0.98% -
XYZ 35.41 20.43 91.7 -
YUV 124.09 198.49 157.18 -
System Red Green Blue C M Y K H S L
Decimal 165 79 249 0.34 0.68 0 0.02 270.35 0.93 0.64
Hex A5 4F F9 22 44 0 2 10E 5D 40
Octal 245 117 371 42 104 0 2 416 135 100
Binary 10100101 1001111 11111001 100010 1000100 0 10 100001110 1011101 1000000

Color Harmonies of #A54FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FF9

Black with #A54FF9

Text Example


Text Example

White with #A54FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FF9; }

 p { color: rgb(165,79,249); }

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

background-color css

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

 a { background-color: rgb(165,79,249); }

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

border-color css

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

 span { border-color: rgb(165,79,249); }

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