Html Css Color HEX #A360FB Medium Purple

📋 copy color: '#A360FB'

red 163 ◦ green 96 ◦ blue 251

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

Shades of Medium Purple #A360FB

Tints of Medium Purple #A360FB

RGB

 RED value IS 163 (64.06% from 255) = 31.96%

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

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

R = 31.96%
G = 18.82%
B = 49.22%

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

#A360FB (or 0xA360FB) is known color: Medium Purple. HEX triplet: A3, 60 and FB. RGB value is (163,96,251). Sum of RGB (Red+Green+Blue) = 163+96+251=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #A360FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A360FB is #5C9F04. Grayscale: #858585. Windows color (decimal): -6070021 or 16474275. OLE color: 16474275.

HSL color Cylindrical-coordinate representation of color #A360FB: hue angle of 265.94º 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 #A360FB is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 96 251 -
CMYK 0.35 0.62 0 0.02
HSL 265.94º 0.95% 0.68% -
HSV(B) 265.94º 0.62% 0.98% -
XYZ 36.7 23.12 93.79 -
YUV 133.7 194.2 148.9 -
System Red Green Blue C M Y K H S L
Decimal 163 96 251 0.35 0.62 0 0.02 265.94 0.95 0.68
Hex A3 60 FB 23 3E 0 2 10A 5F 44
Octal 243 140 373 43 76 0 2 412 137 104
Binary 10100011 1100000 11111011 100011 111110 0 10 100001010 1011111 1000100

Color Harmonies of #A360FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360FB

Black with #A360FB

Text Example


Text Example

White with #A360FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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