Html Css Color HEX #A672FA Medium Purple

📋 copy color: '#A672FA'

red 166 ◦ green 114 ◦ blue 250

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

Shades of Medium Purple #A672FA

Tints of Medium Purple #A672FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.51%

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 31.32%
G = 21.51%
B = 47.17%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A672FA (or 0xA672FA) is known color: Medium Purple. HEX triplet: A6, 72 and FA. RGB value is (166,114,250). Sum of RGB (Red+Green+Blue) = 166+114+250=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #A672FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A672FA is #598D05. Grayscale: #909090. Windows color (decimal): -5868806 or 16413350. OLE color: 16413350.

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

Color convert

RGB 166 114 250 -
CMYK 0.34 0.54 0 0.02
HSL 262.94º 0.93% 0.71% -
HSV(B) 262.94º 0.54% 0.98% -
XYZ 39 27.04 93.61 -
YUV 145.05 187.23 142.94 -
System Red Green Blue C M Y K H S L
Decimal 166 114 250 0.34 0.54 0 0.02 262.94 0.93 0.71
Hex A6 72 FA 22 36 0 2 107 5D 47
Octal 246 162 372 42 66 0 2 407 135 107
Binary 10100110 1110010 11111010 100010 110110 0 10 100000111 1011101 1000111

Color Harmonies of #A672FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672FA

Black with #A672FA

Text Example


Text Example

White with #A672FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672FA; }

 p { color: rgb(166,114,250); }

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

background-color css

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

 a { background-color: rgb(166,114,250); }

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

border-color css

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

 span { border-color: rgb(166,114,250); }

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