Html Css Color HEX #A55BFD Medium Purple

📋 copy color: '#A55BFD'

red 165 ◦ green 91 ◦ blue 253

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

Shades of Medium Purple #A55BFD

Tints of Medium Purple #A55BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 32.42%
G = 17.88%
B = 49.71%

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

#A55BFD (or 0xA55BFD) is known color: Medium Purple. HEX triplet: A5, 5B and FD. RGB value is (165,91,253). Sum of RGB (Red+Green+Blue) = 165+91+253=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #A55BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55BFD is #5AA402. Grayscale: #838383. Windows color (decimal): -5940227 or 16604069. OLE color: 16604069.

HSL color Cylindrical-coordinate representation of color #A55BFD: hue angle of 267.41º degrees, saturation: 0.98, 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 #A55BFD is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 91 253 -
CMYK 0.35 0.64 0 0.01
HSL 267.41º 0.98% 0.67% -
HSV(B) 267.41º 0.64% 0.99% -
XYZ 36.99 22.57 95.34 -
YUV 131.59 196.52 151.83 -
System Red Green Blue C M Y K H S L
Decimal 165 91 253 0.35 0.64 0 0.01 267.41 0.98 0.67
Hex A5 5B FD 23 40 0 1 10B 62 43
Octal 245 133 375 43 100 0 1 413 142 103
Binary 10100101 1011011 11111101 100011 1000000 0 1 100001011 1100010 1000011

Color Harmonies of #A55BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55BFD

Black with #A55BFD

Text Example


Text Example

White with #A55BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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