Html Css Color HEX #A675FC Medium Purple

📋 copy color: '#A675FC'

red 166 ◦ green 117 ◦ blue 252

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

Shades of Medium Purple #A675FC

Tints of Medium Purple #A675FC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.87%

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

R = 31.03%
G = 21.87%
B = 47.1%

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

#A675FC (or 0xA675FC) is known color: Medium Purple. HEX triplet: A6, 75 and FC. RGB value is (166,117,252). Sum of RGB (Red+Green+Blue) = 166+117+252=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #A675FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A675FC is #598A03. Grayscale: #929292. Windows color (decimal): -5868036 or 16545190. OLE color: 16545190.

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

Color convert

RGB 166 117 252 -
CMYK 0.34 0.54 0 0.01
HSL 261.78º 0.96% 0.72% -
HSV(B) 261.78º 0.54% 0.99% -
XYZ 39.66 27.86 95.38 -
YUV 147.04 187.23 141.52 -
System Red Green Blue C M Y K H S L
Decimal 166 117 252 0.34 0.54 0 0.01 261.78 0.96 0.72
Hex A6 75 FC 22 36 0 1 106 60 48
Octal 246 165 374 42 66 0 1 406 140 110
Binary 10100110 1110101 11111100 100010 110110 0 1 100000110 1100000 1001000

Color Harmonies of #A675FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A675FC

Black with #A675FC

Text Example


Text Example

White with #A675FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A675FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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