Html Css Color HEX #A06BEF Medium Purple

📋 copy color: '#A06BEF'

red 160 ◦ green 107 ◦ blue 239

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

Shades of Medium Purple #A06BEF

Tints of Medium Purple #A06BEF

RGB

 RED value IS 160 (62.89% from 255) = 31.62%

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

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 31.62%
G = 21.15%
B = 47.23%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A06BEF (or 0xA06BEF) is known color: Medium Purple. HEX triplet: A0, 6B and EF. RGB value is (160,107,239). Sum of RGB (Red+Green+Blue) = 160+107+239=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #A06BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06BEF is #5F9410. Grayscale: #898989. Windows color (decimal): -6263825 or 15690656. OLE color: 15690656.

HSL color Cylindrical-coordinate representation of color #A06BEF: hue angle of 264.09º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A06BEF is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 107 239 -
CMYK 0.33 0.55 0 0.06
HSL 264.09º 0.8% 0.68% -
HSV(B) 264.09º 0.55% 0.94% -
XYZ 35.33 24.22 84.47 -
YUV 137.9 185.06 143.77 -
System Red Green Blue C M Y K H S L
Decimal 160 107 239 0.33 0.55 0 0.06 264.09 0.8 0.68
Hex A0 6B EF 21 37 0 6 108 50 44
Octal 240 153 357 41 67 0 6 410 120 104
Binary 10100000 1101011 11101111 100001 110111 0 110 100001000 1010000 1000100

Color Harmonies of #A06BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BEF

Black with #A06BEF

Text Example


Text Example

White with #A06BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BEF; }

 p { color: rgb(160,107,239); }

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

background-color css

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

 a { background-color: rgb(160,107,239); }

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

border-color css

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

 span { border-color: rgb(160,107,239); }

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