Html Css Color HEX #A55BFC Medium Purple

📋 copy color: '#A55BFC'

red 165 ◦ green 91 ◦ blue 252

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

Shades of Medium Purple #A55BFC

Tints of Medium Purple #A55BFC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.91%

 BLUE value IS 252 (98.83% from 255) = 49.61%

R = 32.48%
G = 17.91%
B = 49.61%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A55BFC (or 0xA55BFC) is known color: Medium Purple. HEX triplet: A5, 5B and FC. RGB value is (165,91,252). Sum of RGB (Red+Green+Blue) = 165+91+252=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #A55BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55BFC is #5AA403. Grayscale: #828282. Windows color (decimal): -5940228 or 16538533. OLE color: 16538533.

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

Color convert

RGB 165 91 252 -
CMYK 0.35 0.64 0 0.01
HSL 267.58º 0.96% 0.67% -
HSV(B) 267.58º 0.64% 0.99% -
XYZ 36.83 22.51 94.5 -
YUV 131.48 196.02 151.91 -
System Red Green Blue C M Y K H S L
Decimal 165 91 252 0.35 0.64 0 0.01 267.58 0.96 0.67
Hex A5 5B FC 23 40 0 1 10C 60 43
Octal 245 133 374 43 100 0 1 414 140 103
Binary 10100101 1011011 11111100 100011 1000000 0 1 100001100 1100000 1000011

Color Harmonies of #A55BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55BFC

Black with #A55BFC

Text Example


Text Example

White with #A55BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55BFC; }

 p { color: rgb(165,91,252); }

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

background-color css

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

 a { background-color: rgb(165,91,252); }

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

border-color css

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

 span { border-color: rgb(165,91,252); }

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