Html Css Color HEX #A54FFB Medium Purple

📋 copy color: '#A54FFB'

red 165 ◦ green 79 ◦ blue 251

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

Shades of Medium Purple #A54FFB

Tints of Medium Purple #A54FFB

RGB

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

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

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

R = 33.33%
G = 15.96%
B = 50.71%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A54FFB (or 0xA54FFB) is known color: Medium Purple. HEX triplet: A5, 4F and FB. RGB value is (165,79,251). Sum of RGB (Red+Green+Blue) = 165+79+251=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #A54FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FFB is #5AB004. Grayscale: #7B7B7B. Windows color (decimal): -5943301 or 16469925. OLE color: 16469925.

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

Color convert

RGB 165 79 251 -
CMYK 0.34 0.69 0 0.02
HSL 270º 0.96% 0.65% -
HSV(B) 270º 0.69% 0.98% -
XYZ 35.73 20.56 93.35 -
YUV 124.32 199.49 157.01 -
System Red Green Blue C M Y K H S L
Decimal 165 79 251 0.34 0.69 0 0.02 270 0.96 0.65
Hex A5 4F FB 22 45 0 2 10E 60 41
Octal 245 117 373 42 105 0 2 416 140 101
Binary 10100101 1001111 11111011 100010 1000101 0 10 100001110 1100000 1000001

Color Harmonies of #A54FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FFB

Black with #A54FFB

Text Example


Text Example

White with #A54FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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