Html Css Color HEX #A650FB Medium Purple

📋 copy color: '#A650FB'

red 166 ◦ green 80 ◦ blue 251

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

Shades of Medium Purple #A650FB

Tints of Medium Purple #A650FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.1%

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

R = 33.4%
G = 16.1%
B = 50.5%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A650FB (or 0xA650FB) is known color: Medium Purple. HEX triplet: A6, 50 and FB. RGB value is (166,80,251). Sum of RGB (Red+Green+Blue) = 166+80+251=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #A650FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A650FB is #59AF04. Grayscale: #7C7C7C. Windows color (decimal): -5877509 or 16470182. OLE color: 16470182.

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

Color convert

RGB 166 80 251 -
CMYK 0.34 0.68 0 0.02
HSL 270.18º 0.96% 0.65% -
HSV(B) 270.18º 0.68% 0.98% -
XYZ 36.01 20.81 93.39 -
YUV 125.21 198.99 157.1 -
System Red Green Blue C M Y K H S L
Decimal 166 80 251 0.34 0.68 0 0.02 270.18 0.96 0.65
Hex A6 50 FB 22 44 0 2 10E 60 41
Octal 246 120 373 42 104 0 2 416 140 101
Binary 10100110 1010000 11111011 100010 1000100 0 10 100001110 1100000 1000001

Color Harmonies of #A650FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A650FB

Black with #A650FB

Text Example


Text Example

White with #A650FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A650FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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