Html Css Color HEX #A67FEB Medium Purple

📋 copy color: '#A67FEB'

red 166 ◦ green 127 ◦ blue 235

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

Shades of Medium Purple #A67FEB

Tints of Medium Purple #A67FEB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.05%

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

R = 31.44%
G = 24.05%
B = 44.51%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A67FEB (or 0xA67FEB) is known color: Medium Purple. HEX triplet: A6, 7F and EB. RGB value is (166,127,235). Sum of RGB (Red+Green+Blue) = 166+127+235=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #A67FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FEB is #598014. Grayscale: #969696. Windows color (decimal): -5865493 or 15433638. OLE color: 15433638.

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

Color convert

RGB 166 127 235 -
CMYK 0.29 0.46 0 0.08
HSL 261.67º 0.73% 0.71% -
HSV(B) 261.67º 0.46% 0.92% -
XYZ 38.31 29.28 82.23 -
YUV 150.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 166 127 235 0.29 0.46 0 0.08 261.67 0.73 0.71
Hex A6 7F EB 1D 2E 0 8 106 49 47
Octal 246 177 353 35 56 0 10 406 111 107
Binary 10100110 1111111 11101011 11101 101110 0 1000 100000110 1001001 1000111

Color Harmonies of #A67FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FEB

Black with #A67FEB

Text Example


Text Example

White with #A67FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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