Html Css Color HEX #A55CFB Medium Purple

📋 copy color: '#A55CFB'

red 165 ◦ green 92 ◦ blue 251

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

Shades of Medium Purple #A55CFB

Tints of Medium Purple #A55CFB

RGB

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

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

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

R = 32.48%
G = 18.11%
B = 49.41%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A55CFB (or 0xA55CFB) is known color: Medium Purple. HEX triplet: A5, 5C and FB. RGB value is (165,92,251). Sum of RGB (Red+Green+Blue) = 165+92+251=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #A55CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55CFB is #5AA304. Grayscale: #838383. Windows color (decimal): -5939973 or 16473253. OLE color: 16473253.

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

Color convert

RGB 165 92 251 -
CMYK 0.34 0.63 0 0.02
HSL 267.55º 0.95% 0.67% -
HSV(B) 267.55º 0.63% 0.98% -
XYZ 36.76 22.62 93.7 -
YUV 131.95 195.18 151.57 -
System Red Green Blue C M Y K H S L
Decimal 165 92 251 0.34 0.63 0 0.02 267.55 0.95 0.67
Hex A5 5C FB 22 3F 0 2 10C 5F 43
Octal 245 134 373 42 77 0 2 414 137 103
Binary 10100101 1011100 11111011 100010 111111 0 10 100001100 1011111 1000011

Color Harmonies of #A55CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CFB

Black with #A55CFB

Text Example


Text Example

White with #A55CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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