Html Css Color HEX #A874F6 Medium Purple

📋 copy color: '#A874F6'

red 168 ◦ green 116 ◦ blue 246

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

Shades of Medium Purple #A874F6

Tints of Medium Purple #A874F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.42%

R = 31.7%
G = 21.89%
B = 46.42%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A874F6 (or 0xA874F6) is known color: Medium Purple. HEX triplet: A8, 74 and F6. RGB value is (168,116,246). Sum of RGB (Red+Green+Blue) = 168+116+246=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #A874F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A874F6 is #578B09. Grayscale: #919191. Windows color (decimal): -5737226 or 16151720. OLE color: 16151720.

HSL color Cylindrical-coordinate representation of color #A874F6: hue angle of 264º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A874F6 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 116 246 -
CMYK 0.32 0.53 0 0.04
HSL 264º 0.88% 0.71% -
HSV(B) 264º 0.53% 0.96% -
XYZ 39.03 27.47 90.43 -
YUV 146.37 184.23 143.43 -
System Red Green Blue C M Y K H S L
Decimal 168 116 246 0.32 0.53 0 0.04 264 0.88 0.71
Hex A8 74 F6 20 35 0 4 108 58 47
Octal 250 164 366 40 65 0 4 410 130 107
Binary 10101000 1110100 11110110 100000 110101 0 100 100001000 1011000 1000111

Color Harmonies of #A874F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A874F6

Black with #A874F6

Text Example


Text Example

White with #A874F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A874F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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