Html Css Color HEX #A06BED Medium Purple

📋 copy color: '#A06BED'

red 160 ◦ green 107 ◦ blue 237

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

Shades of Medium Purple #A06BED

Tints of Medium Purple #A06BED

RGB

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

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

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

R = 31.75%
G = 21.23%
B = 47.02%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A06BED (or 0xA06BED) is known color: Medium Purple. HEX triplet: A0, 6B and ED. RGB value is (160,107,237). Sum of RGB (Red+Green+Blue) = 160+107+237=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #A06BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06BED is #5F9412. Grayscale: #898989. Windows color (decimal): -6263827 or 15559584. OLE color: 15559584.

HSL color Cylindrical-coordinate representation of color #A06BED: hue angle of 264.46º 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 #A06BED is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 107 237 -
CMYK 0.32 0.55 0 0.07
HSL 264.46º 0.78% 0.67% -
HSV(B) 264.46º 0.55% 0.93% -
XYZ 35.04 24.1 82.93 -
YUV 137.67 184.06 143.93 -
System Red Green Blue C M Y K H S L
Decimal 160 107 237 0.32 0.55 0 0.07 264.46 0.78 0.67
Hex A0 6B ED 20 37 0 7 108 4E 43
Octal 240 153 355 40 67 0 7 410 116 103
Binary 10100000 1101011 11101101 100000 110111 0 111 100001000 1001110 1000011

Color Harmonies of #A06BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BED

Black with #A06BED

Text Example


Text Example

White with #A06BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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