Html Css Color HEX #A874FB Medium Purple

📋 copy color: '#A874FB'

red 168 ◦ green 116 ◦ blue 251

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

Shades of Medium Purple #A874FB

Tints of Medium Purple #A874FB

RGB

 RED value IS 168 (66.02% from 255) = 31.4%

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

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

R = 31.4%
G = 21.68%
B = 46.92%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A874FB (or 0xA874FB) is known color: Medium Purple. HEX triplet: A8, 74 and FB. RGB value is (168,116,251). Sum of RGB (Red+Green+Blue) = 168+116+251=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #A874FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A874FB is #578B04. Grayscale: #929292. Windows color (decimal): -5737221 or 16479400. OLE color: 16479400.

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

Color convert

RGB 168 116 251 -
CMYK 0.33 0.54 0 0.02
HSL 263.11º 0.94% 0.72% -
HSV(B) 263.11º 0.54% 0.98% -
XYZ 39.81 27.78 94.53 -
YUV 146.94 186.73 143.02 -
System Red Green Blue C M Y K H S L
Decimal 168 116 251 0.33 0.54 0 0.02 263.11 0.94 0.72
Hex A8 74 FB 21 36 0 2 107 5E 48
Octal 250 164 373 41 66 0 2 407 136 110
Binary 10101000 1110100 11111011 100001 110110 0 10 100000111 1011110 1001000

Color Harmonies of #A874FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A874FB

Black with #A874FB

Text Example


Text Example

White with #A874FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A874FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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