Html Css Color HEX #A46EFB Medium Purple

📋 copy color: '#A46EFB'

red 164 ◦ green 110 ◦ blue 251

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

Shades of Medium Purple #A46EFB

Tints of Medium Purple #A46EFB

RGB

 RED value IS 164 (64.45% from 255) = 31.24%

 GREEN value IS 110 (43.36% from 255) = 20.95%

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 31.24%
G = 20.95%
B = 47.81%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A46EFB (or 0xA46EFB) is known color: Medium Purple. HEX triplet: A4, 6E and FB. RGB value is (164,110,251). Sum of RGB (Red+Green+Blue) = 164+110+251=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #A46EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46EFB is #5B9104. Grayscale: #8D8D8D. Windows color (decimal): -6000901 or 16477860. OLE color: 16477860.

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

Color convert

RGB 164 110 251 -
CMYK 0.35 0.56 0 0.02
HSL 262.98º 0.95% 0.71% -
HSV(B) 262.98º 0.56% 0.98% -
XYZ 38.3 26.01 94.27 -
YUV 142.22 189.39 143.54 -
System Red Green Blue C M Y K H S L
Decimal 164 110 251 0.35 0.56 0 0.02 262.98 0.95 0.71
Hex A4 6E FB 23 38 0 2 107 5F 47
Octal 244 156 373 43 70 0 2 407 137 107
Binary 10100100 1101110 11111011 100011 111000 0 10 100000111 1011111 1000111

Color Harmonies of #A46EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46EFB

Black with #A46EFB

Text Example


Text Example

White with #A46EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46EFB; }

 p { color: rgb(164,110,251); }

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

background-color css

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

 a { background-color: rgb(164,110,251); }

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

border-color css

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

 span { border-color: rgb(164,110,251); }

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