Html Css Color HEX #A554FB Medium Purple

📋 copy color: '#A554FB'

red 165 ◦ green 84 ◦ blue 251

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

Shades of Medium Purple #A554FB

Tints of Medium Purple #A554FB

RGB

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

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

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

R = 33%
G = 16.8%
B = 50.2%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A554FB (or 0xA554FB) is known color: Medium Purple. HEX triplet: A5, 54 and FB. RGB value is (165,84,251). Sum of RGB (Red+Green+Blue) = 165+84+251=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #A554FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A554FB is #5AAB04. Grayscale: #7E7E7E. Windows color (decimal): -5942021 or 16471205. OLE color: 16471205.

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

Color convert

RGB 165 84 251 -
CMYK 0.34 0.67 0 0.02
HSL 269.1º 0.95% 0.66% -
HSV(B) 269.1º 0.67% 0.98% -
XYZ 36.1 21.31 93.48 -
YUV 127.26 197.84 154.92 -
System Red Green Blue C M Y K H S L
Decimal 165 84 251 0.34 0.67 0 0.02 269.1 0.95 0.66
Hex A5 54 FB 22 43 0 2 10D 5F 42
Octal 245 124 373 42 103 0 2 415 137 102
Binary 10100101 1010100 11111011 100010 1000011 0 10 100001101 1011111 1000010

Color Harmonies of #A554FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554FB

Black with #A554FB

Text Example


Text Example

White with #A554FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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