Html Css Color HEX #A374FB Medium Purple

📋 copy color: '#A374FB'

red 163 ◦ green 116 ◦ blue 251

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

Shades of Medium Purple #A374FB

Tints of Medium Purple #A374FB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.89%

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

R = 30.75%
G = 21.89%
B = 47.36%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A374FB (or 0xA374FB) is known color: Medium Purple. HEX triplet: A3, 74 and FB. RGB value is (163,116,251). Sum of RGB (Red+Green+Blue) = 163+116+251=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #A374FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A374FB is #5C8B04. Grayscale: #909090. Windows color (decimal): -6064901 or 16479395. OLE color: 16479395.

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

Color convert

RGB 163 116 251 -
CMYK 0.35 0.54 0 0.02
HSL 260.89º 0.94% 0.72% -
HSV(B) 260.89º 0.54% 0.98% -
XYZ 38.76 27.24 94.48 -
YUV 145.44 187.57 140.52 -
System Red Green Blue C M Y K H S L
Decimal 163 116 251 0.35 0.54 0 0.02 260.89 0.94 0.72
Hex A3 74 FB 23 36 0 2 105 5E 48
Octal 243 164 373 43 66 0 2 405 136 110
Binary 10100011 1110100 11111011 100011 110110 0 10 100000101 1011110 1001000

Color Harmonies of #A374FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A374FB

Black with #A374FB

Text Example


Text Example

White with #A374FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A374FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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