Html Css Color HEX #A670E6 Medium Purple

📋 copy color: '#A670E6'

red 166 ◦ green 112 ◦ blue 230

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

Shades of Medium Purple #A670E6

Tints of Medium Purple #A670E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.28%

R = 32.68%
G = 22.05%
B = 45.28%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A670E6 (or 0xA670E6) is known color: Medium Purple. HEX triplet: A6, 70 and E6. RGB value is (166,112,230). Sum of RGB (Red+Green+Blue) = 166+112+230=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #A670E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A670E6 is #598F19. Grayscale: #8D8D8D. Windows color (decimal): -5869338 or 15102118. OLE color: 15102118.

HSL color Cylindrical-coordinate representation of color #A670E6: hue angle of 267.46º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A670E6 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 112 230 -
CMYK 0.28 0.51 0 0.10
HSL 267.46º 0.7% 0.67% -
HSV(B) 267.46º 0.51% 0.9% -
XYZ 35.8 25.41 77.88 -
YUV 141.6 177.89 145.41 -
System Red Green Blue C M Y K H S L
Decimal 166 112 230 0.28 0.51 0 0.10 267.46 0.7 0.67
Hex A6 70 E6 1C 33 0 A 10B 46 43
Octal 246 160 346 34 63 0 12 413 106 103
Binary 10100110 1110000 11100110 11100 110011 0 1010 100001011 1000110 1000011

Color Harmonies of #A670E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670E6

Black with #A670E6

Text Example


Text Example

White with #A670E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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