Html Css Color HEX #A55CFC Medium Purple

📋 copy color: '#A55CFC'

red 165 ◦ green 92 ◦ blue 252

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

Shades of Medium Purple #A55CFC

Tints of Medium Purple #A55CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.07%

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

R = 32.42%
G = 18.07%
B = 49.51%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A55CFC (or 0xA55CFC) is known color: Medium Purple. HEX triplet: A5, 5C and FC. RGB value is (165,92,252). Sum of RGB (Red+Green+Blue) = 165+92+252=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #A55CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55CFC is #5AA303. Grayscale: #838383. Windows color (decimal): -5939972 or 16538789. OLE color: 16538789.

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

Color convert

RGB 165 92 252 -
CMYK 0.35 0.63 0 0.01
HSL 267.38º 0.96% 0.67% -
HSV(B) 267.38º 0.63% 0.99% -
XYZ 36.91 22.68 94.53 -
YUV 132.07 195.68 151.49 -
System Red Green Blue C M Y K H S L
Decimal 165 92 252 0.35 0.63 0 0.01 267.38 0.96 0.67
Hex A5 5C FC 23 3F 0 1 10B 60 43
Octal 245 134 374 43 77 0 1 413 140 103
Binary 10100101 1011100 11111100 100011 111111 0 1 100001011 1100000 1000011

Color Harmonies of #A55CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CFC

Black with #A55CFC

Text Example


Text Example

White with #A55CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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