Html Css Color HEX #A351FF Medium Purple

📋 copy color: '#A351FF'

red 163 ◦ green 81 ◦ blue 255

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

Shades of Medium Purple #A351FF

Tints of Medium Purple #A351FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.23%

 BLUE value IS 255 (100% from 255) = 51.1%

R = 32.67%
G = 16.23%
B = 51.1%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A351FF (or 0xA351FF) is known color: Medium Purple. HEX triplet: A3, 51 and FF. RGB value is (163,81,255). Sum of RGB (Red+Green+Blue) = 163+81+255=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #A351FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A351FF is #5CAE00. Grayscale: #7C7C7C. Windows color (decimal): -6073857 or 16732579. OLE color: 16732579.

HSL color Cylindrical-coordinate representation of color #A351FF: hue angle of 268.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A351FF is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 163 81 255 -
CMYK 0.36 0.68 0 0
HSL 268.28º 1% 0.66% -
HSV(B) 268.28º 0.68% 1% -
XYZ 36.1 20.89 96.74 -
YUV 125.35 201.17 154.85 -
System Red Green Blue C M Y K H S L
Decimal 163 81 255 0.36 0.68 0 0 268.28 1 0.66
Hex A3 51 FF 24 44 0 0 10C 64 42
Octal 243 121 377 44 104 0 0 414 144 102
Binary 10100011 1010001 11111111 100100 1000100 0 0 100001100 1100100 1000010

Color Harmonies of #A351FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A351FF

Black with #A351FF

Text Example


Text Example

White with #A351FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A351FF; }

 p { color: rgb(163,81,255); }

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

background-color css

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

 a { background-color: rgb(163,81,255); }

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

border-color css

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

 span { border-color: rgb(163,81,255); }

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