Html Css Color HEX #A674FC Medium Purple

📋 copy color: '#A674FC'

red 166 ◦ green 116 ◦ blue 252

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

Shades of Medium Purple #A674FC

Tints of Medium Purple #A674FC

RGB

 RED value IS 166 (65.23% from 255) = 31.09%

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

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 31.09%
G = 21.72%
B = 47.19%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A674FC (or 0xA674FC) is known color: Medium Purple. HEX triplet: A6, 74 and FC. RGB value is (166,116,252). Sum of RGB (Red+Green+Blue) = 166+116+252=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #A674FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A674FC is #598B03. Grayscale: #919191. Windows color (decimal): -5868292 or 16544934. OLE color: 16544934.

HSL color Cylindrical-coordinate representation of color #A674FC: hue angle of 262.06º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A674FC is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 116 252 -
CMYK 0.34 0.54 0 0.01
HSL 262.06º 0.96% 0.72% -
HSV(B) 262.06º 0.54% 0.99% -
XYZ 39.54 27.63 95.34 -
YUV 146.45 187.57 141.94 -
System Red Green Blue C M Y K H S L
Decimal 166 116 252 0.34 0.54 0 0.01 262.06 0.96 0.72
Hex A6 74 FC 22 36 0 1 106 60 48
Octal 246 164 374 42 66 0 1 406 140 110
Binary 10100110 1110100 11111100 100010 110110 0 1 100000110 1100000 1001000

Color Harmonies of #A674FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674FC

Black with #A674FC

Text Example


Text Example

White with #A674FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674FC; }

 p { color: rgb(166,116,252); }

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

background-color css

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

 a { background-color: rgb(166,116,252); }

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

border-color css

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

 span { border-color: rgb(166,116,252); }

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