Html Css Color HEX #A67EF0 Medium Purple

📋 copy color: '#A67EF0'

red 166 ◦ green 126 ◦ blue 240

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

Shades of Medium Purple #A67EF0

Tints of Medium Purple #A67EF0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.68%

 BLUE value IS 240 (94.14% from 255) = 45.11%

R = 31.2%
G = 23.68%
B = 45.11%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A67EF0 (or 0xA67EF0) is known color: Medium Purple. HEX triplet: A6, 7E and F0. RGB value is (166,126,240). Sum of RGB (Red+Green+Blue) = 166+126+240=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #A67EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67EF0 is #59810F. Grayscale: #969696. Windows color (decimal): -5865744 or 15761062. OLE color: 15761062.

HSL color Cylindrical-coordinate representation of color #A67EF0: hue angle of 261.05º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A67EF0 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 126 240 -
CMYK 0.31 0.48 0 0.06
HSL 261.05º 0.79% 0.72% -
HSV(B) 261.05º 0.48% 0.94% -
XYZ 38.91 29.32 86.05 -
YUV 150.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 166 126 240 0.31 0.48 0 0.06 261.05 0.79 0.72
Hex A6 7E F0 1F 30 0 6 105 4F 48
Octal 246 176 360 37 60 0 6 405 117 110
Binary 10100110 1111110 11110000 11111 110000 0 110 100000101 1001111 1001000

Color Harmonies of #A67EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67EF0

Black with #A67EF0

Text Example


Text Example

White with #A67EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67EF0; }

 p { color: rgb(166,126,240); }

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

background-color css

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

 a { background-color: rgb(166,126,240); }

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

border-color css

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

 span { border-color: rgb(166,126,240); }

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