Html Css Color HEX #A670FA Medium Purple

📋 copy color: '#A670FA'

red 166 ◦ green 112 ◦ blue 250

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

Shades of Medium Purple #A670FA

Tints of Medium Purple #A670FA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.21%

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

R = 31.44%
G = 21.21%
B = 47.35%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A670FA (or 0xA670FA) is known color: Medium Purple. HEX triplet: A6, 70 and FA. RGB value is (166,112,250). Sum of RGB (Red+Green+Blue) = 166+112+250=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #A670FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A670FA is #598F05. Grayscale: #8F8F8F. Windows color (decimal): -5869318 or 16412838. OLE color: 16412838.

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

Color convert

RGB 166 112 250 -
CMYK 0.34 0.55 0 0.02
HSL 263.48º 0.93% 0.71% -
HSV(B) 263.48º 0.55% 0.98% -
XYZ 38.78 26.6 93.53 -
YUV 143.88 187.89 143.78 -
System Red Green Blue C M Y K H S L
Decimal 166 112 250 0.34 0.55 0 0.02 263.48 0.93 0.71
Hex A6 70 FA 22 37 0 2 107 5D 47
Octal 246 160 372 42 67 0 2 407 135 107
Binary 10100110 1110000 11111010 100010 110111 0 10 100000111 1011101 1000111

Color Harmonies of #A670FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670FA

Black with #A670FA

Text Example


Text Example

White with #A670FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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