Html Css Color HEX #A46BED Medium Purple

📋 copy color: '#A46BED'

red 164 ◦ green 107 ◦ blue 237

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

Shades of Medium Purple #A46BED

Tints of Medium Purple #A46BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.06%

 BLUE value IS 237 (92.97% from 255) = 46.65%

R = 32.28%
G = 21.06%
B = 46.65%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A46BED (or 0xA46BED) is known color: Medium Purple. HEX triplet: A4, 6B and ED. RGB value is (164,107,237). Sum of RGB (Red+Green+Blue) = 164+107+237=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #A46BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46BED is #5B9412. Grayscale: #8A8A8A. Windows color (decimal): -6001683 or 15559588. OLE color: 15559588.

HSL color Cylindrical-coordinate representation of color #A46BED: hue angle of 266.31º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46BED is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 107 237 -
CMYK 0.31 0.55 0 0.07
HSL 266.31º 0.78% 0.67% -
HSV(B) 266.31º 0.55% 0.93% -
XYZ 35.85 24.52 82.96 -
YUV 138.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 164 107 237 0.31 0.55 0 0.07 266.31 0.78 0.67
Hex A4 6B ED 1F 37 0 7 10A 4E 43
Octal 244 153 355 37 67 0 7 412 116 103
Binary 10100100 1101011 11101101 11111 110111 0 111 100001010 1001110 1000011

Color Harmonies of #A46BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BED

Black with #A46BED

Text Example


Text Example

White with #A46BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BED; }

 p { color: rgb(164,107,237); }

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

background-color css

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

 a { background-color: rgb(164,107,237); }

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

border-color css

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

 span { border-color: rgb(164,107,237); }

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