Html Css Color HEX #A655FB Medium Purple

📋 copy color: '#A655FB'

red 166 ◦ green 85 ◦ blue 251

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

Shades of Medium Purple #A655FB

Tints of Medium Purple #A655FB

RGB

 RED value IS 166 (65.23% from 255) = 33.07%

 GREEN value IS 85 (33.59% from 255) = 16.93%

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

R = 33.07%
G = 16.93%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A655FB (or 0xA655FB) is known color: Medium Purple. HEX triplet: A6, 55 and FB. RGB value is (166,85,251). Sum of RGB (Red+Green+Blue) = 166+85+251=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #A655FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A655FB is #59AA04. Grayscale: #7F7F7F. Windows color (decimal): -5876229 or 16471462. OLE color: 16471462.

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

Color convert

RGB 166 85 251 -
CMYK 0.34 0.66 0 0.02
HSL 269.28º 0.95% 0.66% -
HSV(B) 269.28º 0.66% 0.98% -
XYZ 36.39 21.57 93.51 -
YUV 128.14 197.34 155 -
System Red Green Blue C M Y K H S L
Decimal 166 85 251 0.34 0.66 0 0.02 269.28 0.95 0.66
Hex A6 55 FB 22 42 0 2 10D 5F 42
Octal 246 125 373 42 102 0 2 415 137 102
Binary 10100110 1010101 11111011 100010 1000010 0 10 100001101 1011111 1000010

Color Harmonies of #A655FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A655FB

Black with #A655FB

Text Example


Text Example

White with #A655FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A655FB; }

 p { color: rgb(166,85,251); }

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

background-color css

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

 a { background-color: rgb(166,85,251); }

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

border-color css

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

 span { border-color: rgb(166,85,251); }

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