Html Css Color HEX #A55AFE Medium Purple

📋 copy color: '#A55AFE'

red 165 ◦ green 90 ◦ blue 254

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

Shades of Medium Purple #A55AFE

Tints of Medium Purple #A55AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.68%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 32.42%
G = 17.68%
B = 49.9%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A55AFE (or 0xA55AFE) is known color: Medium Purple. HEX triplet: A5, 5A and FE. RGB value is (165,90,254). Sum of RGB (Red+Green+Blue) = 165+90+254=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #A55AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55AFE is #5AA501. Grayscale: #828282. Windows color (decimal): -5940482 or 16669349. OLE color: 16669349.

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

Color convert

RGB 165 90 254 -
CMYK 0.35 0.65 0 0.00
HSL 267.44º 0.99% 0.67% -
HSV(B) 267.44º 0.65% 1% -
XYZ 37.06 22.47 96.15 -
YUV 131.12 197.35 152.16 -
System Red Green Blue C M Y K H S L
Decimal 165 90 254 0.35 0.65 0 0.00 267.44 0.99 0.67
Hex A5 5A FE 23 41 0 0 10B 63 43
Octal 245 132 376 43 101 0 0 413 143 103
Binary 10100101 1011010 11111110 100011 1000001 0 0 100001011 1100011 1000011

Color Harmonies of #A55AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55AFE

Black with #A55AFE

Text Example


Text Example

White with #A55AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55AFE; }

 p { color: rgb(165,90,254); }

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

background-color css

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

 a { background-color: rgb(165,90,254); }

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

border-color css

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

 span { border-color: rgb(165,90,254); }

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