Html Css Color HEX #A670EB Medium Purple

📋 copy color: '#A670EB'

red 166 ◦ green 112 ◦ blue 235

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

Shades of Medium Purple #A670EB

Tints of Medium Purple #A670EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 32.36%
G = 21.83%
B = 45.81%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A670EB (or 0xA670EB) is known color: Medium Purple. HEX triplet: A6, 70 and EB. RGB value is (166,112,235). Sum of RGB (Red+Green+Blue) = 166+112+235=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #A670EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A670EB is #598F14. Grayscale: #8D8D8D. Windows color (decimal): -5869333 or 15429798. OLE color: 15429798.

HSL color Cylindrical-coordinate representation of color #A670EB: hue angle of 266.34º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A670EB is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 112 235 -
CMYK 0.29 0.52 0 0.08
HSL 266.34º 0.75% 0.68% -
HSV(B) 266.34º 0.52% 0.92% -
XYZ 36.52 25.69 81.63 -
YUV 142.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 166 112 235 0.29 0.52 0 0.08 266.34 0.75 0.68
Hex A6 70 EB 1D 34 0 8 10A 4B 44
Octal 246 160 353 35 64 0 10 412 113 104
Binary 10100110 1110000 11101011 11101 110100 0 1000 100001010 1001011 1000100

Color Harmonies of #A670EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670EB

Black with #A670EB

Text Example


Text Example

White with #A670EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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