Html Css Color HEX #A260FB Medium Purple

📋 copy color: '#A260FB'

red 162 ◦ green 96 ◦ blue 251

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

Shades of Medium Purple #A260FB

Tints of Medium Purple #A260FB

RGB

 RED value IS 162 (63.67% from 255) = 31.83%

 GREEN value IS 96 (37.89% from 255) = 18.86%

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

R = 31.83%
G = 18.86%
B = 49.31%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A260FB (or 0xA260FB) is known color: Medium Purple. HEX triplet: A2, 60 and FB. RGB value is (162,96,251). Sum of RGB (Red+Green+Blue) = 162+96+251=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #A260FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A260FB is #5D9F04. Grayscale: #848484. Windows color (decimal): -6135557 or 16474274. OLE color: 16474274.

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

Color convert

RGB 162 96 251 -
CMYK 0.35 0.62 0 0.02
HSL 265.55º 0.95% 0.68% -
HSV(B) 265.55º 0.62% 0.98% -
XYZ 36.5 23.01 93.79 -
YUV 133.4 194.37 148.4 -
System Red Green Blue C M Y K H S L
Decimal 162 96 251 0.35 0.62 0 0.02 265.55 0.95 0.68
Hex A2 60 FB 23 3E 0 2 10A 5F 44
Octal 242 140 373 43 76 0 2 412 137 104
Binary 10100010 1100000 11111011 100011 111110 0 10 100001010 1011111 1000100

Color Harmonies of #A260FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A260FB

Black with #A260FB

Text Example


Text Example

White with #A260FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A260FB; }

 p { color: rgb(162,96,251); }

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

background-color css

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

 a { background-color: rgb(162,96,251); }

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

border-color css

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

 span { border-color: rgb(162,96,251); }

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